#B5817C

Color #B5817C Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B5817C

Tints of Brandy Rose #B5817C

Color information

#B5817C (or 0xB5817C) is unknown color: approx Brandy Rose. HEX triplet: B5, 81 and 7C. RGB value is (181,129,124). Sum of RGB (Red+Green+Blue) = 181+129+124=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5817C is #4A7E83. Grayscale: #909090. Windows color (decimal): -4882052 or 8159669. OLE color: 8159669.

HSL color Cylindrical-coordinate representation of color #B5817C: hue angle of 5.26º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5817C is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181129124-
CMYK00.290.310.29
HSL5.26º27.8%59.8%-
HSV(B)5.26º31.49%70.98%-
XYZ30.5426.9822.67-
YUV143.98116.73154.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=41.71%
G=29.72%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112912400.290.310.295.2627.859.8
HexB5817C01D1F1D51c3c
Octal265201174035373553474
Binary10110101100000011111100011101111111110110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5817C; }

 p { color: rgb(181,129,124); }

 H1.HeaderClassName
 {
   color: #B5817C;
 }
 .AnyTagClassName
 {
   color: #B5817C;
 }
</style>
background-color css

<style>
 a { background-color: #B5817C; }

 a { background-color: rgb(181,129,124); }

 div.DivClassName
 {
   background-color: #B5817C;
 }
 .BgClassName
 {
   background-color: #B5817C;
 }
</style>
border-color css

<style>
 span { border-color: #B5817C; }

 span { border-color: rgb(181,129,124); }

 td.TdClassName
 {
   border-color: #B5817C;
 }
 .TagClassName
 {
   border-color: #B5817C;
 }
</style>