Shades of Brandy Rose #BA8473
Tints of Brandy Rose #BA8473
RGB
CMYK
RGB Variations
Color information
#BA8473 (or 0xBA8473) is known color: Brandy Rose. HEX triplet: BA, 84 and 73. RGB value is (186,132,115). Sum of RGB (Red+Green+Blue) = 186+132+115=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8473 is #457B8C. Grayscale: #929292. Windows color (decimal): -4553613 or 7570618. OLE color: 7570618.
HSL color Cylindrical-coordinate representation of color #BA8473: hue angle of 14.37º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8473 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 115 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.27 |
| HSL | 14.37º | 0.34% | 0.59% | - |
| HSV(B) | 14.37º | 0.38% | 0.73% | - |
| XYZ | 31.6 | 28.18 | 19.99 | - |
| YUV | 146.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 115 | 0 | 0.29 | 0.38 | 0.27 | 14.37 | 0.34 | 0.59 |
| Hex | BA | 84 | 73 | 0 | 1D | 26 | 1B | E | 22 | 3B |
| Octal | 272 | 204 | 163 | 0 | 35 | 46 | 33 | 16 | 42 | 73 |
| Binary | 10111010 | 10000100 | 1110011 | 0 | 11101 | 100110 | 11011 | 1110 | 100010 | 111011 |
Color Harmonies of #BA8473
Complementary color
Monochromatic Colors of #BA8473
Black with #BA8473
Text Example
Text Example
White with #BA8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8473; }
p { color: rgb(186,132,115); }
H1.HeaderClassName
{
color: #BA8473;
}
.AnyTagClassName
{
color: #BA8473;
}
</style>
background-color css
<style>
a { background-color: #BA8473; }
a { background-color: rgb(186,132,115); }
div.DivClassName
{
background-color: #BA8473;
}
.BgClassName
{
background-color: #BA8473;
}
</style>
border-color css
<style>
span { border-color: #BA8473; }
span { border-color: rgb(186,132,115); }
td.TdClassName
{
border-color: #BA8473;
}
.TagClassName
{
border-color: #BA8473;
}
</style>