Shades of Brandy Rose #BA8977
Tints of Brandy Rose #BA8977
RGB
CMYK
RGB Variations
Color information
#BA8977 (or 0xBA8977) is known color: Brandy Rose. HEX triplet: BA, 89 and 77. RGB value is (186,137,119). Sum of RGB (Red+Green+Blue) = 186+137+119=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8977 is #457688. Grayscale: #959595. Windows color (decimal): -4552329 or 7834042. OLE color: 7834042.
HSL color Cylindrical-coordinate representation of color #BA8977: hue angle of 16.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8977 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 119 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.27 |
| HSL | 16.12º | 0.33% | 0.6% | - |
| HSV(B) | 16.12º | 0.36% | 0.73% | - |
| XYZ | 32.53 | 29.66 | 21.46 | - |
| YUV | 149.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 119 | 0 | 0.26 | 0.36 | 0.27 | 16.12 | 0.33 | 0.6 |
| Hex | BA | 89 | 77 | 0 | 1A | 24 | 1B | 10 | 21 | 3C |
| Octal | 272 | 211 | 167 | 0 | 32 | 44 | 33 | 20 | 41 | 74 |
| Binary | 10111010 | 10001001 | 1110111 | 0 | 11010 | 100100 | 11011 | 10000 | 100001 | 111100 |
Color Harmonies of #BA8977
Complementary color
Monochromatic Colors of #BA8977
Black with #BA8977
Text Example
Text Example
White with #BA8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8977; }
p { color: rgb(186,137,119); }
H1.HeaderClassName
{
color: #BA8977;
}
.AnyTagClassName
{
color: #BA8977;
}
</style>
background-color css
<style>
a { background-color: #BA8977; }
a { background-color: rgb(186,137,119); }
div.DivClassName
{
background-color: #BA8977;
}
.BgClassName
{
background-color: #BA8977;
}
</style>
border-color css
<style>
span { border-color: #BA8977; }
span { border-color: rgb(186,137,119); }
td.TdClassName
{
border-color: #BA8977;
}
.TagClassName
{
border-color: #BA8977;
}
</style>