Shades of Brandy Rose #BA8772
Tints of Brandy Rose #BA8772
RGB
CMYK
RGB Variations
Color information
#BA8772 (or 0xBA8772) is known color: Brandy Rose. HEX triplet: BA, 87 and 72. RGB value is (186,135,114). Sum of RGB (Red+Green+Blue) = 186+135+114=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8772 is #45788D. Grayscale: #939393. Windows color (decimal): -4552846 or 7505850. OLE color: 7505850.
HSL color Cylindrical-coordinate representation of color #BA8772: hue angle of 17.5º degrees, saturation: 0.34, 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 #BA8772 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 114 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.27 |
| HSL | 17.5º | 0.34% | 0.59% | - |
| HSV(B) | 17.5º | 0.39% | 0.73% | - |
| XYZ | 31.95 | 28.98 | 19.83 | - |
| YUV | 147.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 114 | 0 | 0.27 | 0.39 | 0.27 | 17.5 | 0.34 | 0.59 |
| Hex | BA | 87 | 72 | 0 | 1B | 27 | 1B | 12 | 22 | 3B |
| Octal | 272 | 207 | 162 | 0 | 33 | 47 | 33 | 22 | 42 | 73 |
| Binary | 10111010 | 10000111 | 1110010 | 0 | 11011 | 100111 | 11011 | 10010 | 100010 | 111011 |
Color Harmonies of #BA8772
Complementary color
Monochromatic Colors of #BA8772
Black with #BA8772
Text Example
Text Example
White with #BA8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8772; }
p { color: rgb(186,135,114); }
H1.HeaderClassName
{
color: #BA8772;
}
.AnyTagClassName
{
color: #BA8772;
}
</style>
background-color css
<style>
a { background-color: #BA8772; }
a { background-color: rgb(186,135,114); }
div.DivClassName
{
background-color: #BA8772;
}
.BgClassName
{
background-color: #BA8772;
}
</style>
border-color css
<style>
span { border-color: #BA8772; }
span { border-color: rgb(186,135,114); }
td.TdClassName
{
border-color: #BA8772;
}
.TagClassName
{
border-color: #BA8772;
}
</style>