Shades of Brandy Rose #B78A73
Tints of Brandy Rose #B78A73
RGB
CMYK
RGB Variations
Color information
#B78A73 (or 0xB78A73) is known color: Brandy Rose. HEX triplet: B7, 8A and 73. RGB value is (183,138,115). Sum of RGB (Red+Green+Blue) = 183+138+115=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A73 is #48758C. Grayscale: #949494. Windows color (decimal): -4748685 or 7572151. OLE color: 7572151.
HSL color Cylindrical-coordinate representation of color #B78A73: hue angle of 20.29º 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 #B78A73 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 115 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.28 |
| HSL | 20.29º | 0.32% | 0.58% | - |
| HSV(B) | 20.29º | 0.37% | 0.72% | - |
| XYZ | 31.71 | 29.48 | 20.24 | - |
| YUV | 148.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 115 | 0 | 0.25 | 0.37 | 0.28 | 20.29 | 0.32 | 0.58 |
| Hex | B7 | 8A | 73 | 0 | 19 | 25 | 1C | 14 | 20 | 3A |
| Octal | 267 | 212 | 163 | 0 | 31 | 45 | 34 | 24 | 40 | 72 |
| Binary | 10110111 | 10001010 | 1110011 | 0 | 11001 | 100101 | 11100 | 10100 | 100000 | 111010 |
Color Harmonies of #B78A73
Complementary color
Monochromatic Colors of #B78A73
Black with #B78A73
Text Example
Text Example
White with #B78A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A73; }
p { color: rgb(183,138,115); }
H1.HeaderClassName
{
color: #B78A73;
}
.AnyTagClassName
{
color: #B78A73;
}
</style>
background-color css
<style>
a { background-color: #B78A73; }
a { background-color: rgb(183,138,115); }
div.DivClassName
{
background-color: #B78A73;
}
.BgClassName
{
background-color: #B78A73;
}
</style>
border-color css
<style>
span { border-color: #B78A73; }
span { border-color: rgb(183,138,115); }
td.TdClassName
{
border-color: #B78A73;
}
.TagClassName
{
border-color: #B78A73;
}
</style>