#BB887E

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

Shades of Brandy Rose #BB887E

Tints of Brandy Rose #BB887E

Color information

#BB887E (or 0xBB887E) is unknown color: approx Brandy Rose. HEX triplet: BB, 88 and 7E. RGB value is (187,136,126). Sum of RGB (Red+Green+Blue) = 187+136+126=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB887E is #447781. Grayscale: #969696. Windows color (decimal): -4487042 or 8292539. OLE color: 8292539.

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

Color convert

RGB187136126-
CMYK00.270.330.27
HSL9.84º30.96%61.37%-
HSV(B)9.84º32.62%73.33%-
XYZ33.0629.6823.72-
YUV150.11114.4154.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=41.65%
G=30.29%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713612600.270.330.279.8430.9661.37
HexBB887E01B211Ba1f3d
Octal2732101760334133123775
Binary1011101110001000111111001101110000111011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB887E; }

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

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

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

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

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

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

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

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