#BB867E

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

Shades of Brandy Rose #BB867E

Tints of Brandy Rose #BB867E

Color information

#BB867E (or 0xBB867E) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 7E. RGB value is (187,134,126). Sum of RGB (Red+Green+Blue) = 187+134+126=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB867E is #447981. Grayscale: #959595. Windows color (decimal): -4487554 or 8292027. OLE color: 8292027.

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

Color convert

RGB187134126-
CMYK00.280.330.27
HSL7.87º30.96%61.37%-
HSV(B)7.87º32.62%73.33%-
XYZ32.7829.1223.63-
YUV148.94115.06155.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=41.83%
G=29.98%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713412600.280.330.277.8730.9661.37
HexBB867E01C211B81f3d
Octal2732061760344133103775
Binary1011101110000110111111001110010000111011100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB867E; }

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

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

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

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

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

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

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

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