Shades of Brandy Rose #BB8C79
Tints of Brandy Rose #BB8C79
RGB
CMYK
RGB Variations
Color information
#BB8C79 (or 0xBB8C79) is known color: Brandy Rose. HEX triplet: BB, 8C and 79. RGB value is (187,140,121). Sum of RGB (Red+Green+Blue) = 187+140+121=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C79 is #447386. Grayscale: #989898. Windows color (decimal): -4486023 or 7965883. OLE color: 7965883.
HSL color Cylindrical-coordinate representation of color #BB8C79: hue angle of 17.27º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8C79 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 121 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.27 |
| HSL | 17.27º | 0.33% | 0.6% | - |
| HSV(B) | 17.27º | 0.35% | 0.73% | - |
| XYZ | 33.32 | 30.7 | 22.26 | - |
| YUV | 151.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 121 | 0 | 0.25 | 0.35 | 0.27 | 17.27 | 0.33 | 0.6 |
| Hex | BB | 8C | 79 | 0 | 19 | 23 | 1B | 11 | 21 | 3C |
| Octal | 273 | 214 | 171 | 0 | 31 | 43 | 33 | 21 | 41 | 74 |
| Binary | 10111011 | 10001100 | 1111001 | 0 | 11001 | 100011 | 11011 | 10001 | 100001 | 111100 |
Color Harmonies of #BB8C79
Complementary color
Monochromatic Colors of #BB8C79
Black with #BB8C79
Text Example
Text Example
White with #BB8C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C79; }
p { color: rgb(187,140,121); }
H1.HeaderClassName
{
color: #BB8C79;
}
.AnyTagClassName
{
color: #BB8C79;
}
</style>
background-color css
<style>
a { background-color: #BB8C79; }
a { background-color: rgb(187,140,121); }
div.DivClassName
{
background-color: #BB8C79;
}
.BgClassName
{
background-color: #BB8C79;
}
</style>
border-color css
<style>
span { border-color: #BB8C79; }
span { border-color: rgb(187,140,121); }
td.TdClassName
{
border-color: #BB8C79;
}
.TagClassName
{
border-color: #BB8C79;
}
</style>