#BB866E

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

Shades of Brandy Rose #BB866E

Tints of Brandy Rose #BB866E

Color information

#BB866E (or 0xBB866E) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 6E. RGB value is (187,134,110). Sum of RGB (Red+Green+Blue) = 187+134+110=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB866E is #447991. Grayscale: #939393. Windows color (decimal): -4487570 or 7243451. OLE color: 7243451.

HSL color Cylindrical-coordinate representation of color #BB866E: hue angle of 18.7º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB866E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187134110-
CMYK00.280.410.27
HSL18.7º36.15%58.24%-
HSV(B)18.7º41.18%73.33%-
XYZ31.8328.7418.62-
YUV147.11107.06156.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=43.39%
G=31.09%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713411000.280.410.2718.736.1558.24
HexBB866E01C291B13243a
Octal2732061560345133234472
Binary101110111000011011011100111001010011101110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB866E; }

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

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

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

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

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

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

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

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