#B5866E

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

Shades of Brandy Rose #B5866E

Tints of Brandy Rose #B5866E

Color information

#B5866E (or 0xB5866E) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 6E. RGB value is (181,134,110). Sum of RGB (Red+Green+Blue) = 181+134+110=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5866E is #4A7991. Grayscale: #919191. Windows color (decimal): -4880786 or 7243445. OLE color: 7243445.

HSL color Cylindrical-coordinate representation of color #B5866E: hue angle of 20.28º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5866E is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181134110-
CMYK00.260.390.29
HSL20.28º32.42%57.06%-
HSV(B)20.28º39.23%70.98%-
XYZ30.42818.55-
YUV145.32108.07153.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=42.59%
G=31.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113411000.260.390.2920.2832.4257.06
HexB5866E01A271D142039
Octal2652061560324735244071
Binary101101011000011011011100110101001111110110100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5866E; }

 p { color: rgb(181,134,110); }

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

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

 a { background-color: rgb(181,134,110); }

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

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

 span { border-color: rgb(181,134,110); }

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