#BB866C

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

Shades of Brandy Rose #BB866C

Tints of Brandy Rose #BB866C

Color information

#BB866C (or 0xBB866C) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 6C. RGB value is (187,134,108). Sum of RGB (Red+Green+Blue) = 187+134+108=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB866C is #447993. Grayscale: #939393. Windows color (decimal): -4487572 or 7112379. OLE color: 7112379.

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

Color convert

RGB187134108-
CMYK00.280.420.27
HSL19.75º36.74%57.84%-
HSV(B)19.75º42.25%73.33%-
XYZ31.7328.718.05-
YUV146.88106.06156.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=43.59%
G=31.24%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713410800.280.420.2719.7536.7457.84
HexBB866C01C2A1B14253a
Octal2732061540345233244572
Binary101110111000011011011000111001010101101110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB866C; }

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

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

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

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

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

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

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

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