Shades of Brandy Rose #BB8B7C
Tints of Brandy Rose #BB8B7C
RGB
CMYK
RGB Variations
Color information
#BB8B7C (or 0xBB8B7C) is known color: Brandy Rose. HEX triplet: BB, 8B and 7C. RGB value is (187,139,124). Sum of RGB (Red+Green+Blue) = 187+139+124=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B7C is #447483. Grayscale: #979797. Windows color (decimal): -4486276 or 8162235. OLE color: 8162235.
HSL color Cylindrical-coordinate representation of color #BB8B7C: hue angle of 14.29º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB8B7C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 124 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.27 |
| HSL | 14.29º | 0.32% | 0.61% | - |
| HSV(B) | 14.29º | 0.34% | 0.73% | - |
| XYZ | 33.36 | 30.49 | 23.19 | - |
| YUV | 151.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 124 | 0 | 0.26 | 0.34 | 0.27 | 14.29 | 0.32 | 0.61 |
| Hex | BB | 8B | 7C | 0 | 1A | 22 | 1B | E | 20 | 3D |
| Octal | 273 | 213 | 174 | 0 | 32 | 42 | 33 | 16 | 40 | 75 |
| Binary | 10111011 | 10001011 | 1111100 | 0 | 11010 | 100010 | 11011 | 1110 | 100000 | 111101 |
Color Harmonies of #BB8B7C
Complementary color
Monochromatic Colors of #BB8B7C
Black with #BB8B7C
Text Example
Text Example
White with #BB8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B7C; }
p { color: rgb(187,139,124); }
H1.HeaderClassName
{
color: #BB8B7C;
}
.AnyTagClassName
{
color: #BB8B7C;
}
</style>
background-color css
<style>
a { background-color: #BB8B7C; }
a { background-color: rgb(187,139,124); }
div.DivClassName
{
background-color: #BB8B7C;
}
.BgClassName
{
background-color: #BB8B7C;
}
</style>
border-color css
<style>
span { border-color: #BB8B7C; }
span { border-color: rgb(187,139,124); }
td.TdClassName
{
border-color: #BB8B7C;
}
.TagClassName
{
border-color: #BB8B7C;
}
</style>