Shades of Brandy Rose #BA8573
Tints of Brandy Rose #BA8573
RGB
CMYK
RGB Variations
Color information
#BA8573 (or 0xBA8573) is known color: Brandy Rose. HEX triplet: BA, 85 and 73. RGB value is (186,133,115). Sum of RGB (Red+Green+Blue) = 186+133+115=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8573 is #457A8C. Grayscale: #929292. Windows color (decimal): -4553357 or 7570874. OLE color: 7570874.
HSL color Cylindrical-coordinate representation of color #BA8573: hue angle of 15.21º 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 #BA8573 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 115 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.27 |
| HSL | 15.21º | 0.34% | 0.59% | - |
| HSV(B) | 15.21º | 0.38% | 0.73% | - |
| XYZ | 31.73 | 28.45 | 20.04 | - |
| YUV | 146.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 115 | 0 | 0.28 | 0.38 | 0.27 | 15.21 | 0.34 | 0.59 |
| Hex | BA | 85 | 73 | 0 | 1C | 26 | 1B | F | 22 | 3B |
| Octal | 272 | 205 | 163 | 0 | 34 | 46 | 33 | 17 | 42 | 73 |
| Binary | 10111010 | 10000101 | 1110011 | 0 | 11100 | 100110 | 11011 | 1111 | 100010 | 111011 |
Color Harmonies of #BA8573
Complementary color
Monochromatic Colors of #BA8573
Black with #BA8573
Text Example
Text Example
White with #BA8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8573; }
p { color: rgb(186,133,115); }
H1.HeaderClassName
{
color: #BA8573;
}
.AnyTagClassName
{
color: #BA8573;
}
</style>
background-color css
<style>
a { background-color: #BA8573; }
a { background-color: rgb(186,133,115); }
div.DivClassName
{
background-color: #BA8573;
}
.BgClassName
{
background-color: #BA8573;
}
</style>
border-color css
<style>
span { border-color: #BA8573; }
span { border-color: rgb(186,133,115); }
td.TdClassName
{
border-color: #BA8573;
}
.TagClassName
{
border-color: #BA8573;
}
</style>