#BB866F

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

Shades of Brandy Rose #BB866F

Tints of Brandy Rose #BB866F

Color information

#BB866F (or 0xBB866F) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 6F. RGB value is (187,134,111). Sum of RGB (Red+Green+Blue) = 187+134+111=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB866F is #447990. Grayscale: #939393. Windows color (decimal): -4487569 or 7308987. OLE color: 7308987.

HSL color Cylindrical-coordinate representation of color #BB866F: hue angle of 18.16º 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 #BB866F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187134111-
CMYK00.280.410.27
HSL18.16º35.85%58.43%-
HSV(B)18.16º40.64%73.33%-
XYZ31.8928.7618.91-
YUV147.22107.56156.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=43.29%
G=31.02%
B=25.69%

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
Decimal18713411100.280.410.2718.1635.8558.43
HexBB866F01C291B12243a
Octal2732061570345133224472
Binary101110111000011011011110111001010011101110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB866F; }

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

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

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

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

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

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

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

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