Shades of Brandy Rose #B78072
Tints of Brandy Rose #B78072
RGB
CMYK
RGB Variations
Color information
#B78072 (or 0xB78072) is known color: Brandy Rose. HEX triplet: B7, 80 and 72. RGB value is (183,128,114). Sum of RGB (Red+Green+Blue) = 183+128+114=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B78072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78072 is #487F8D. Grayscale: #8E8E8E. Windows color (decimal): -4751246 or 7504055. OLE color: 7504055.
HSL color Cylindrical-coordinate representation of color #B78072: hue angle of 12.17º 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 #B78072 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 114 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.28 |
| HSL | 12.17º | 0.32% | 0.58% | - |
| HSV(B) | 12.17º | 0.38% | 0.72% | - |
| XYZ | 30.28 | 26.72 | 19.48 | - |
| YUV | 142.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 114 | 0 | 0.30 | 0.38 | 0.28 | 12.17 | 0.32 | 0.58 |
| Hex | B7 | 80 | 72 | 0 | 1E | 26 | 1C | C | 20 | 3A |
| Octal | 267 | 200 | 162 | 0 | 36 | 46 | 34 | 14 | 40 | 72 |
| Binary | 10110111 | 10000000 | 1110010 | 0 | 11110 | 100110 | 11100 | 1100 | 100000 | 111010 |
Color Harmonies of #B78072
Complementary color
Monochromatic Colors of #B78072
Black with #B78072
Text Example
Text Example
White with #B78072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78072; }
p { color: rgb(183,128,114); }
H1.HeaderClassName
{
color: #B78072;
}
.AnyTagClassName
{
color: #B78072;
}
</style>
background-color css
<style>
a { background-color: #B78072; }
a { background-color: rgb(183,128,114); }
div.DivClassName
{
background-color: #B78072;
}
.BgClassName
{
background-color: #B78072;
}
</style>
border-color css
<style>
span { border-color: #B78072; }
span { border-color: rgb(183,128,114); }
td.TdClassName
{
border-color: #B78072;
}
.TagClassName
{
border-color: #B78072;
}
</style>