Shades of Brandy Rose #BA8575
Tints of Brandy Rose #BA8575
RGB
CMYK
RGB Variations
Color information
#BA8575 (or 0xBA8575) is known color: Brandy Rose. HEX triplet: BA, 85 and 75. RGB value is (186,133,117). Sum of RGB (Red+Green+Blue) = 186+133+117=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8575 is #457A8A. Grayscale: #939393. Windows color (decimal): -4553355 or 7701946. OLE color: 7701946.
HSL color Cylindrical-coordinate representation of color #BA8575: hue angle of 13.91º 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 #BA8575 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 117 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.27 |
| HSL | 13.91º | 0.33% | 0.59% | - |
| HSV(B) | 13.91º | 0.37% | 0.73% | - |
| XYZ | 31.85 | 28.5 | 20.65 | - |
| YUV | 147.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 117 | 0 | 0.28 | 0.37 | 0.27 | 13.91 | 0.33 | 0.59 |
| Hex | BA | 85 | 75 | 0 | 1C | 25 | 1B | E | 21 | 3B |
| Octal | 272 | 205 | 165 | 0 | 34 | 45 | 33 | 16 | 41 | 73 |
| Binary | 10111010 | 10000101 | 1110101 | 0 | 11100 | 100101 | 11011 | 1110 | 100001 | 111011 |
Color Harmonies of #BA8575
Complementary color
Monochromatic Colors of #BA8575
Black with #BA8575
Text Example
Text Example
White with #BA8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8575; }
p { color: rgb(186,133,117); }
H1.HeaderClassName
{
color: #BA8575;
}
.AnyTagClassName
{
color: #BA8575;
}
</style>
background-color css
<style>
a { background-color: #BA8575; }
a { background-color: rgb(186,133,117); }
div.DivClassName
{
background-color: #BA8575;
}
.BgClassName
{
background-color: #BA8575;
}
</style>
border-color css
<style>
span { border-color: #BA8575; }
span { border-color: rgb(186,133,117); }
td.TdClassName
{
border-color: #BA8575;
}
.TagClassName
{
border-color: #BA8575;
}
</style>