Shades of Brandy Rose #B78873
Tints of Brandy Rose #B78873
RGB
CMYK
RGB Variations
Color information
#B78873 (or 0xB78873) is known color: Brandy Rose. HEX triplet: B7, 88 and 73. RGB value is (183,136,115). Sum of RGB (Red+Green+Blue) = 183+136+115=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B78873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78873 is #48778C. Grayscale: #939393. Windows color (decimal): -4749197 or 7571639. OLE color: 7571639.
HSL color Cylindrical-coordinate representation of color #B78873: hue angle of 18.53º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B78873 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 115 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.28 |
| HSL | 18.53º | 0.32% | 0.58% | - |
| HSV(B) | 18.53º | 0.37% | 0.72% | - |
| XYZ | 31.43 | 28.91 | 20.14 | - |
| YUV | 147.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 115 | 0 | 0.26 | 0.37 | 0.28 | 18.53 | 0.32 | 0.58 |
| Hex | B7 | 88 | 73 | 0 | 1A | 25 | 1C | 13 | 20 | 3A |
| Octal | 267 | 210 | 163 | 0 | 32 | 45 | 34 | 23 | 40 | 72 |
| Binary | 10110111 | 10001000 | 1110011 | 0 | 11010 | 100101 | 11100 | 10011 | 100000 | 111010 |
Color Harmonies of #B78873
Complementary color
Monochromatic Colors of #B78873
Black with #B78873
Text Example
Text Example
White with #B78873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78873; }
p { color: rgb(183,136,115); }
H1.HeaderClassName
{
color: #B78873;
}
.AnyTagClassName
{
color: #B78873;
}
</style>
background-color css
<style>
a { background-color: #B78873; }
a { background-color: rgb(183,136,115); }
div.DivClassName
{
background-color: #B78873;
}
.BgClassName
{
background-color: #B78873;
}
</style>
border-color css
<style>
span { border-color: #B78873; }
span { border-color: rgb(183,136,115); }
td.TdClassName
{
border-color: #B78873;
}
.TagClassName
{
border-color: #B78873;
}
</style>