Shades of Brandy Rose #BB7C72
Tints of Brandy Rose #BB7C72
RGB
CMYK
RGB Variations
Color information
#BB7C72 (or 0xBB7C72) is known color: Brandy Rose. HEX triplet: BB, 7C and 72. RGB value is (187,124,114). Sum of RGB (Red+Green+Blue) = 187+124+114=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C72 is #44838D. Grayscale: #8D8D8D. Windows color (decimal): -4490126 or 7503035. OLE color: 7503035.
HSL color Cylindrical-coordinate representation of color #BB7C72: hue angle of 8.22º 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 #BB7C72 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 114 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.27 |
| HSL | 8.22º | 0.35% | 0.59% | - |
| HSV(B) | 8.22º | 0.39% | 0.73% | - |
| XYZ | 30.74 | 26.2 | 19.36 | - |
| YUV | 141.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 114 | 0 | 0.34 | 0.39 | 0.27 | 8.22 | 0.35 | 0.59 |
| Hex | BB | 7C | 72 | 0 | 22 | 27 | 1B | 8 | 23 | 3B |
| Octal | 273 | 174 | 162 | 0 | 42 | 47 | 33 | 10 | 43 | 73 |
| Binary | 10111011 | 1111100 | 1110010 | 0 | 100010 | 100111 | 11011 | 1000 | 100011 | 111011 |
Color Harmonies of #BB7C72
Complementary color
Monochromatic Colors of #BB7C72
Black with #BB7C72
Text Example
Text Example
White with #BB7C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C72; }
p { color: rgb(187,124,114); }
H1.HeaderClassName
{
color: #BB7C72;
}
.AnyTagClassName
{
color: #BB7C72;
}
</style>
background-color css
<style>
a { background-color: #BB7C72; }
a { background-color: rgb(187,124,114); }
div.DivClassName
{
background-color: #BB7C72;
}
.BgClassName
{
background-color: #BB7C72;
}
</style>
border-color css
<style>
span { border-color: #BB7C72; }
span { border-color: rgb(187,124,114); }
td.TdClassName
{
border-color: #BB7C72;
}
.TagClassName
{
border-color: #BB7C72;
}
</style>