Shades of Brandy Rose #BA896B
Tints of Brandy Rose #BA896B
RGB
CMYK
RGB Variations
Color information
#BA896B (or 0xBA896B) is known color: Brandy Rose. HEX triplet: BA, 89 and 6B. RGB value is (186,137,107). Sum of RGB (Red+Green+Blue) = 186+137+107=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA896B is #457694. Grayscale: #949494. Windows color (decimal): -4552341 or 7047610. OLE color: 7047610.
HSL color Cylindrical-coordinate representation of color #BA896B: hue angle of 22.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA896B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 107 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.27 |
| HSL | 22.78º | 0.36% | 0.57% | - |
| HSV(B) | 22.78º | 0.42% | 0.73% | - |
| XYZ | 31.85 | 29.39 | 17.9 | - |
| YUV | 148.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 107 | 0 | 0.26 | 0.42 | 0.27 | 22.78 | 0.36 | 0.57 |
| Hex | BA | 89 | 6B | 0 | 1A | 2A | 1B | 17 | 24 | 39 |
| Octal | 272 | 211 | 153 | 0 | 32 | 52 | 33 | 27 | 44 | 71 |
| Binary | 10111010 | 10001001 | 1101011 | 0 | 11010 | 101010 | 11011 | 10111 | 100100 | 111001 |
Color Harmonies of #BA896B
Complementary color
Monochromatic Colors of #BA896B
Black with #BA896B
Text Example
Text Example
White with #BA896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA896B; }
p { color: rgb(186,137,107); }
H1.HeaderClassName
{
color: #BA896B;
}
.AnyTagClassName
{
color: #BA896B;
}
</style>
background-color css
<style>
a { background-color: #BA896B; }
a { background-color: rgb(186,137,107); }
div.DivClassName
{
background-color: #BA896B;
}
.BgClassName
{
background-color: #BA896B;
}
</style>
border-color css
<style>
span { border-color: #BA896B; }
span { border-color: rgb(186,137,107); }
td.TdClassName
{
border-color: #BA896B;
}
.TagClassName
{
border-color: #BA896B;
}
</style>