Shades of Brandy Rose #BA8A73
Tints of Brandy Rose #BA8A73
RGB
CMYK
RGB Variations
Color information
#BA8A73 (or 0xBA8A73) is known color: Brandy Rose. HEX triplet: BA, 8A and 73. RGB value is (186,138,115). Sum of RGB (Red+Green+Blue) = 186+138+115=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A73 is #45758C. Grayscale: #959595. Windows color (decimal): -4552077 or 7572154. OLE color: 7572154.
HSL color Cylindrical-coordinate representation of color #BA8A73: hue angle of 19.44º 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 #BA8A73 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 115 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.27 |
| HSL | 19.44º | 0.34% | 0.59% | - |
| HSV(B) | 19.44º | 0.38% | 0.73% | - |
| XYZ | 32.43 | 29.85 | 20.27 | - |
| YUV | 149.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 115 | 0 | 0.26 | 0.38 | 0.27 | 19.44 | 0.34 | 0.59 |
| Hex | BA | 8A | 73 | 0 | 1A | 26 | 1B | 13 | 22 | 3B |
| Octal | 272 | 212 | 163 | 0 | 32 | 46 | 33 | 23 | 42 | 73 |
| Binary | 10111010 | 10001010 | 1110011 | 0 | 11010 | 100110 | 11011 | 10011 | 100010 | 111011 |
Color Harmonies of #BA8A73
Complementary color
Monochromatic Colors of #BA8A73
Black with #BA8A73
Text Example
Text Example
White with #BA8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A73; }
p { color: rgb(186,138,115); }
H1.HeaderClassName
{
color: #BA8A73;
}
.AnyTagClassName
{
color: #BA8A73;
}
</style>
background-color css
<style>
a { background-color: #BA8A73; }
a { background-color: rgb(186,138,115); }
div.DivClassName
{
background-color: #BA8A73;
}
.BgClassName
{
background-color: #BA8A73;
}
</style>
border-color css
<style>
span { border-color: #BA8A73; }
span { border-color: rgb(186,138,115); }
td.TdClassName
{
border-color: #BA8A73;
}
.TagClassName
{
border-color: #BA8A73;
}
</style>