Shades of Brandy Rose #BA8B70
Tints of Brandy Rose #BA8B70
RGB
CMYK
RGB Variations
Color information
#BA8B70 (or 0xBA8B70) is known color: Brandy Rose. HEX triplet: BA, 8B and 70. RGB value is (186,139,112). Sum of RGB (Red+Green+Blue) = 186+139+112=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B70 is #45748F. Grayscale: #969696. Windows color (decimal): -4551824 or 7375802. OLE color: 7375802.
HSL color Cylindrical-coordinate representation of color #BA8B70: hue angle of 21.89º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8B70 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 112 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.27 |
| HSL | 21.89º | 0.35% | 0.58% | - |
| HSV(B) | 21.89º | 0.4% | 0.73% | - |
| XYZ | 32.41 | 30.07 | 19.43 | - |
| YUV | 149.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 112 | 0 | 0.25 | 0.40 | 0.27 | 21.89 | 0.35 | 0.58 |
| Hex | BA | 8B | 70 | 0 | 19 | 28 | 1B | 16 | 23 | 3A |
| Octal | 272 | 213 | 160 | 0 | 31 | 50 | 33 | 26 | 43 | 72 |
| Binary | 10111010 | 10001011 | 1110000 | 0 | 11001 | 101000 | 11011 | 10110 | 100011 | 111010 |
Color Harmonies of #BA8B70
Complementary color
Monochromatic Colors of #BA8B70
Black with #BA8B70
Text Example
Text Example
White with #BA8B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B70; }
p { color: rgb(186,139,112); }
H1.HeaderClassName
{
color: #BA8B70;
}
.AnyTagClassName
{
color: #BA8B70;
}
</style>
background-color css
<style>
a { background-color: #BA8B70; }
a { background-color: rgb(186,139,112); }
div.DivClassName
{
background-color: #BA8B70;
}
.BgClassName
{
background-color: #BA8B70;
}
</style>
border-color css
<style>
span { border-color: #BA8B70; }
span { border-color: rgb(186,139,112); }
td.TdClassName
{
border-color: #BA8B70;
}
.TagClassName
{
border-color: #BA8B70;
}
</style>