Shades of Brandy Rose #BB7D72
Tints of Brandy Rose #BB7D72
RGB
CMYK
RGB Variations
Color information
#BB7D72 (or 0xBB7D72) is known color: Brandy Rose. HEX triplet: BB, 7D and 72. RGB value is (187,125,114). Sum of RGB (Red+Green+Blue) = 187+125+114=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D72 is #44828D. Grayscale: #8E8E8E. Windows color (decimal): -4489870 or 7503291. OLE color: 7503291.
HSL color Cylindrical-coordinate representation of color #BB7D72: hue angle of 9.04º 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 #BB7D72 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 114 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.27 |
| HSL | 9.04º | 0.35% | 0.59% | - |
| HSV(B) | 9.04º | 0.39% | 0.73% | - |
| XYZ | 30.86 | 26.45 | 19.4 | - |
| YUV | 142.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 114 | 0 | 0.33 | 0.39 | 0.27 | 9.04 | 0.35 | 0.59 |
| Hex | BB | 7D | 72 | 0 | 21 | 27 | 1B | 9 | 23 | 3B |
| Octal | 273 | 175 | 162 | 0 | 41 | 47 | 33 | 11 | 43 | 73 |
| Binary | 10111011 | 1111101 | 1110010 | 0 | 100001 | 100111 | 11011 | 1001 | 100011 | 111011 |
Color Harmonies of #BB7D72
Complementary color
Monochromatic Colors of #BB7D72
Black with #BB7D72
Text Example
Text Example
White with #BB7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D72; }
p { color: rgb(187,125,114); }
H1.HeaderClassName
{
color: #BB7D72;
}
.AnyTagClassName
{
color: #BB7D72;
}
</style>
background-color css
<style>
a { background-color: #BB7D72; }
a { background-color: rgb(187,125,114); }
div.DivClassName
{
background-color: #BB7D72;
}
.BgClassName
{
background-color: #BB7D72;
}
</style>
border-color css
<style>
span { border-color: #BB7D72; }
span { border-color: rgb(187,125,114); }
td.TdClassName
{
border-color: #BB7D72;
}
.TagClassName
{
border-color: #BB7D72;
}
</style>