Shades of Brandy Rose #BB867C
Tints of Brandy Rose #BB867C
RGB
CMYK
RGB Variations
Color information
#BB867C (or 0xBB867C) is known color: Brandy Rose. HEX triplet: BB, 86 and 7C. RGB value is (187,134,124). Sum of RGB (Red+Green+Blue) = 187+134+124=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB867C is #447983. Grayscale: #949494. Windows color (decimal): -4487556 or 8160955. OLE color: 8160955.
HSL color Cylindrical-coordinate representation of color #BB867C: hue angle of 9.52º 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 #BB867C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 124 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.27 |
| HSL | 9.52º | 0.32% | 0.61% | - |
| HSV(B) | 9.52º | 0.34% | 0.73% | - |
| XYZ | 32.66 | 29.07 | 22.96 | - |
| YUV | 148.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 124 | 0 | 0.28 | 0.34 | 0.27 | 9.52 | 0.32 | 0.61 |
| Hex | BB | 86 | 7C | 0 | 1C | 22 | 1B | A | 20 | 3D |
| Octal | 273 | 206 | 174 | 0 | 34 | 42 | 33 | 12 | 40 | 75 |
| Binary | 10111011 | 10000110 | 1111100 | 0 | 11100 | 100010 | 11011 | 1010 | 100000 | 111101 |
Color Harmonies of #BB867C
Complementary color
Monochromatic Colors of #BB867C
Black with #BB867C
Text Example
Text Example
White with #BB867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB867C; }
p { color: rgb(187,134,124); }
H1.HeaderClassName
{
color: #BB867C;
}
.AnyTagClassName
{
color: #BB867C;
}
</style>
background-color css
<style>
a { background-color: #BB867C; }
a { background-color: rgb(187,134,124); }
div.DivClassName
{
background-color: #BB867C;
}
.BgClassName
{
background-color: #BB867C;
}
</style>
border-color css
<style>
span { border-color: #BB867C; }
span { border-color: rgb(187,134,124); }
td.TdClassName
{
border-color: #BB867C;
}
.TagClassName
{
border-color: #BB867C;
}
</style>