Shades of Brandy Rose #BA8273
Tints of Brandy Rose #BA8273
RGB
CMYK
RGB Variations
Color information
#BA8273 (or 0xBA8273) is known color: Brandy Rose. HEX triplet: BA, 82 and 73. RGB value is (186,130,115). Sum of RGB (Red+Green+Blue) = 186+130+115=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8273 is #457D8C. Grayscale: #919191. Windows color (decimal): -4554125 or 7570106. OLE color: 7570106.
HSL color Cylindrical-coordinate representation of color #BA8273: hue angle of 12.68º 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 #BA8273 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 115 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.27 |
| HSL | 12.68º | 0.34% | 0.59% | - |
| HSV(B) | 12.68º | 0.38% | 0.73% | - |
| XYZ | 31.33 | 27.64 | 19.9 | - |
| YUV | 145.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 115 | 0 | 0.30 | 0.38 | 0.27 | 12.68 | 0.34 | 0.59 |
| Hex | BA | 82 | 73 | 0 | 1E | 26 | 1B | D | 22 | 3B |
| Octal | 272 | 202 | 163 | 0 | 36 | 46 | 33 | 15 | 42 | 73 |
| Binary | 10111010 | 10000010 | 1110011 | 0 | 11110 | 100110 | 11011 | 1101 | 100010 | 111011 |
Color Harmonies of #BA8273
Complementary color
Monochromatic Colors of #BA8273
Black with #BA8273
Text Example
Text Example
White with #BA8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8273; }
p { color: rgb(186,130,115); }
H1.HeaderClassName
{
color: #BA8273;
}
.AnyTagClassName
{
color: #BA8273;
}
</style>
background-color css
<style>
a { background-color: #BA8273; }
a { background-color: rgb(186,130,115); }
div.DivClassName
{
background-color: #BA8273;
}
.BgClassName
{
background-color: #BA8273;
}
</style>
border-color css
<style>
span { border-color: #BA8273; }
span { border-color: rgb(186,130,115); }
td.TdClassName
{
border-color: #BA8273;
}
.TagClassName
{
border-color: #BA8273;
}
</style>