Shades of Brandy Rose #BB847B
Tints of Brandy Rose #BB847B
RGB
CMYK
RGB Variations
Color information
#BB847B (or 0xBB847B) is known color: Brandy Rose. HEX triplet: BB, 84 and 7B. RGB value is (187,132,123). Sum of RGB (Red+Green+Blue) = 187+132+123=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB847B is #447B84. Grayscale: #939393. Windows color (decimal): -4488069 or 8094907. OLE color: 8094907.
HSL color Cylindrical-coordinate representation of color #BB847B: hue angle of 8.44º 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 #BB847B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 123 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.27 |
| HSL | 8.44º | 0.32% | 0.61% | - |
| HSV(B) | 8.44º | 0.34% | 0.73% | - |
| XYZ | 32.32 | 28.5 | 22.54 | - |
| YUV | 147.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 123 | 0 | 0.29 | 0.34 | 0.27 | 8.44 | 0.32 | 0.61 |
| Hex | BB | 84 | 7B | 0 | 1D | 22 | 1B | 8 | 20 | 3D |
| Octal | 273 | 204 | 173 | 0 | 35 | 42 | 33 | 10 | 40 | 75 |
| Binary | 10111011 | 10000100 | 1111011 | 0 | 11101 | 100010 | 11011 | 1000 | 100000 | 111101 |
Color Harmonies of #BB847B
Complementary color
Monochromatic Colors of #BB847B
Black with #BB847B
Text Example
Text Example
White with #BB847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB847B; }
p { color: rgb(187,132,123); }
H1.HeaderClassName
{
color: #BB847B;
}
.AnyTagClassName
{
color: #BB847B;
}
</style>
background-color css
<style>
a { background-color: #BB847B; }
a { background-color: rgb(187,132,123); }
div.DivClassName
{
background-color: #BB847B;
}
.BgClassName
{
background-color: #BB847B;
}
</style>
border-color css
<style>
span { border-color: #BB847B; }
span { border-color: rgb(187,132,123); }
td.TdClassName
{
border-color: #BB847B;
}
.TagClassName
{
border-color: #BB847B;
}
</style>