Shades of Brandy Rose #BB7B72
Tints of Brandy Rose #BB7B72
RGB
CMYK
RGB Variations
Color information
#BB7B72 (or 0xBB7B72) is known color: Brandy Rose. HEX triplet: BB, 7B and 72. RGB value is (187,123,114). Sum of RGB (Red+Green+Blue) = 187+123+114=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B72 is #44848D. Grayscale: #8D8D8D. Windows color (decimal): -4490382 or 7502779. OLE color: 7502779.
HSL color Cylindrical-coordinate representation of color #BB7B72: hue angle of 7.4º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7B72 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 114 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.27 |
| HSL | 7.4º | 0.35% | 0.59% | - |
| HSV(B) | 7.4º | 0.39% | 0.73% | - |
| XYZ | 30.61 | 25.95 | 19.31 | - |
| YUV | 141.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 114 | 0 | 0.34 | 0.39 | 0.27 | 7.4 | 0.35 | 0.59 |
| Hex | BB | 7B | 72 | 0 | 22 | 27 | 1B | 7 | 23 | 3B |
| Octal | 273 | 173 | 162 | 0 | 42 | 47 | 33 | 7 | 43 | 73 |
| Binary | 10111011 | 1111011 | 1110010 | 0 | 100010 | 100111 | 11011 | 111 | 100011 | 111011 |
Color Harmonies of #BB7B72
Complementary color
Monochromatic Colors of #BB7B72
Black with #BB7B72
Text Example
Text Example
White with #BB7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B72; }
p { color: rgb(187,123,114); }
H1.HeaderClassName
{
color: #BB7B72;
}
.AnyTagClassName
{
color: #BB7B72;
}
</style>
background-color css
<style>
a { background-color: #BB7B72; }
a { background-color: rgb(187,123,114); }
div.DivClassName
{
background-color: #BB7B72;
}
.BgClassName
{
background-color: #BB7B72;
}
</style>
border-color css
<style>
span { border-color: #BB7B72; }
span { border-color: rgb(187,123,114); }
td.TdClassName
{
border-color: #BB7B72;
}
.TagClassName
{
border-color: #BB7B72;
}
</style>