Shades of Brandy Rose #BA8E81
Tints of Brandy Rose #BA8E81
RGB
CMYK
RGB Variations
Color information
#BA8E81 (or 0xBA8E81) is known color: Brandy Rose. HEX triplet: BA, 8E and 81. RGB value is (186,142,129). Sum of RGB (Red+Green+Blue) = 186+142+129=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8E81 is #45717E. Grayscale: #999999. Windows color (decimal): -4551039 or 8490682. OLE color: 8490682.
HSL color Cylindrical-coordinate representation of color #BA8E81: hue angle of 13.68º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8E81 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 129 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.27 |
| HSL | 13.68º | 0.29% | 0.62% | - |
| HSV(B) | 13.68º | 0.31% | 0.73% | - |
| XYZ | 33.89 | 31.37 | 25.04 | - |
| YUV | 153.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 129 | 0 | 0.24 | 0.31 | 0.27 | 13.68 | 0.29 | 0.62 |
| Hex | BA | 8E | 81 | 0 | 18 | 1F | 1B | E | 1D | 3E |
| Octal | 272 | 216 | 201 | 0 | 30 | 37 | 33 | 16 | 35 | 76 |
| Binary | 10111010 | 10001110 | 10000001 | 0 | 11000 | 11111 | 11011 | 1110 | 11101 | 111110 |
Color Harmonies of #BA8E81
Complementary color
Monochromatic Colors of #BA8E81
Black with #BA8E81
Text Example
Text Example
White with #BA8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E81; }
p { color: rgb(186,142,129); }
H1.HeaderClassName
{
color: #BA8E81;
}
.AnyTagClassName
{
color: #BA8E81;
}
</style>
background-color css
<style>
a { background-color: #BA8E81; }
a { background-color: rgb(186,142,129); }
div.DivClassName
{
background-color: #BA8E81;
}
.BgClassName
{
background-color: #BA8E81;
}
</style>
border-color css
<style>
span { border-color: #BA8E81; }
span { border-color: rgb(186,142,129); }
td.TdClassName
{
border-color: #BA8E81;
}
.TagClassName
{
border-color: #BA8E81;
}
</style>