Shades of Brandy Rose #BA8375
Tints of Brandy Rose #BA8375
RGB
CMYK
RGB Variations
Color information
#BA8375 (or 0xBA8375) is known color: Brandy Rose. HEX triplet: BA, 83 and 75. RGB value is (186,131,117). Sum of RGB (Red+Green+Blue) = 186+131+117=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8375 is #457C8A. Grayscale: #919191. Windows color (decimal): -4553867 or 7701434. OLE color: 7701434.
HSL color Cylindrical-coordinate representation of color #BA8375: hue angle of 12.17º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8375 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 117 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.27 |
| HSL | 12.17º | 0.33% | 0.59% | - |
| HSV(B) | 12.17º | 0.37% | 0.73% | - |
| XYZ | 31.58 | 27.96 | 20.56 | - |
| YUV | 145.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 117 | 0 | 0.30 | 0.37 | 0.27 | 12.17 | 0.33 | 0.59 |
| Hex | BA | 83 | 75 | 0 | 1E | 25 | 1B | C | 21 | 3B |
| Octal | 272 | 203 | 165 | 0 | 36 | 45 | 33 | 14 | 41 | 73 |
| Binary | 10111010 | 10000011 | 1110101 | 0 | 11110 | 100101 | 11011 | 1100 | 100001 | 111011 |
Color Harmonies of #BA8375
Complementary color
Monochromatic Colors of #BA8375
Black with #BA8375
Text Example
Text Example
White with #BA8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8375; }
p { color: rgb(186,131,117); }
H1.HeaderClassName
{
color: #BA8375;
}
.AnyTagClassName
{
color: #BA8375;
}
</style>
background-color css
<style>
a { background-color: #BA8375; }
a { background-color: rgb(186,131,117); }
div.DivClassName
{
background-color: #BA8375;
}
.BgClassName
{
background-color: #BA8375;
}
</style>
border-color css
<style>
span { border-color: #BA8375; }
span { border-color: rgb(186,131,117); }
td.TdClassName
{
border-color: #BA8375;
}
.TagClassName
{
border-color: #BA8375;
}
</style>