Shades of Brandy Rose #BB8977
Tints of Brandy Rose #BB8977
RGB
CMYK
RGB Variations
Color information
#BB8977 (or 0xBB8977) is known color: 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
| RGB | 187 | 137 | 119 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.27 |
| HSL | 15.88º | 0.33% | 0.6% | - |
| HSV(B) | 15.88º | 0.36% | 0.73% | - |
| XYZ | 32.77 | 29.79 | 21.48 | - |
| YUV | 149.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 119 | 0 | 0.27 | 0.36 | 0.27 | 15.88 | 0.33 | 0.6 |
| Hex | BB | 89 | 77 | 0 | 1B | 24 | 1B | 10 | 21 | 3C |
| Octal | 273 | 211 | 167 | 0 | 33 | 44 | 33 | 20 | 41 | 74 |
| Binary | 10111011 | 10001001 | 1110111 | 0 | 11011 | 100100 | 11011 | 10000 | 100001 | 111100 |
Color Harmonies of #BB8977
Complementary color
Monochromatic Colors of #BB8977
Black with #BB8977
Text Example
Text Example
White with #BB8977
Text Example
Text Example
HTML Codes & Css Web 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>