#BB8977

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

Shades of Brandy Rose #BB8977

Tints of Brandy Rose #BB8977

Color information

#BB8977 (or 0xBB8977) is unknown color: approx Brandy Rose. HEX triplet: BB, 89 and 77. RGB value is (187,137,119). Sum of RGB (Red+Green+Blue) = 187+137+119=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8977 is #447688. Grayscale: #969696. Windows color (decimal): -4486793 or 7834043. OLE color: 7834043.

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

Color convert

RGB187137119-
CMYK00.270.360.27
HSL15.88º33.33%60%-
HSV(B)15.88º36.36%73.33%-
XYZ32.7729.7921.48-
YUV149.9110.57154.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=42.21%
G=30.93%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713711900.270.360.2715.8833.3360
HexBB897701B241B10213c
Octal2732111670334433204174
Binary101110111000100111101110110111001001101110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8977; }

 p { color: rgb(187,137,119); }

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

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

 a { background-color: rgb(187,137,119); }

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

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

 span { border-color: rgb(187,137,119); }

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