Shades of Brandy Rose #B78972
Tints of Brandy Rose #B78972
RGB
CMYK
RGB Variations
Color information
#B78972 (or 0xB78972) is known color: Brandy Rose. HEX triplet: B7, 89 and 72. RGB value is (183,137,114). Sum of RGB (Red+Green+Blue) = 183+137+114=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B78972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78972 is #48768D. Grayscale: #949494. Windows color (decimal): -4748942 or 7506359. OLE color: 7506359.
HSL color Cylindrical-coordinate representation of color #B78972: hue angle of 20º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78972 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 114 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.28 |
| HSL | 20º | 0.32% | 0.58% | - |
| HSV(B) | 20º | 0.38% | 0.72% | - |
| XYZ | 31.51 | 29.17 | 19.89 | - |
| YUV | 148.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 114 | 0 | 0.25 | 0.38 | 0.28 | 20 | 0.32 | 0.58 |
| Hex | B7 | 89 | 72 | 0 | 19 | 26 | 1C | 14 | 20 | 3A |
| Octal | 267 | 211 | 162 | 0 | 31 | 46 | 34 | 24 | 40 | 72 |
| Binary | 10110111 | 10001001 | 1110010 | 0 | 11001 | 100110 | 11100 | 10100 | 100000 | 111010 |
Color Harmonies of #B78972
Complementary color
Monochromatic Colors of #B78972
Black with #B78972
Text Example
Text Example
White with #B78972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78972; }
p { color: rgb(183,137,114); }
H1.HeaderClassName
{
color: #B78972;
}
.AnyTagClassName
{
color: #B78972;
}
</style>
background-color css
<style>
a { background-color: #B78972; }
a { background-color: rgb(183,137,114); }
div.DivClassName
{
background-color: #B78972;
}
.BgClassName
{
background-color: #B78972;
}
</style>
border-color css
<style>
span { border-color: #B78972; }
span { border-color: rgb(183,137,114); }
td.TdClassName
{
border-color: #B78972;
}
.TagClassName
{
border-color: #B78972;
}
</style>