Shades of Brandy Rose #BA8B75
Tints of Brandy Rose #BA8B75
RGB
CMYK
RGB Variations
Color information
#BA8B75 (or 0xBA8B75) is known color: Brandy Rose. HEX triplet: BA, 8B and 75. RGB value is (186,139,117). Sum of RGB (Red+Green+Blue) = 186+139+117=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B75 is #45748A. Grayscale: #969696. Windows color (decimal): -4551819 or 7703482. OLE color: 7703482.
HSL color Cylindrical-coordinate representation of color #BA8B75: hue angle of 19.13º 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 #BA8B75 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 117 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.27 |
| HSL | 19.13º | 0.33% | 0.59% | - |
| HSV(B) | 19.13º | 0.37% | 0.73% | - |
| XYZ | 32.69 | 30.19 | 20.93 | - |
| YUV | 150.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 117 | 0 | 0.25 | 0.37 | 0.27 | 19.13 | 0.33 | 0.59 |
| Hex | BA | 8B | 75 | 0 | 19 | 25 | 1B | 13 | 21 | 3B |
| Octal | 272 | 213 | 165 | 0 | 31 | 45 | 33 | 23 | 41 | 73 |
| Binary | 10111010 | 10001011 | 1110101 | 0 | 11001 | 100101 | 11011 | 10011 | 100001 | 111011 |
Color Harmonies of #BA8B75
Complementary color
Monochromatic Colors of #BA8B75
Black with #BA8B75
Text Example
Text Example
White with #BA8B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B75; }
p { color: rgb(186,139,117); }
H1.HeaderClassName
{
color: #BA8B75;
}
.AnyTagClassName
{
color: #BA8B75;
}
</style>
background-color css
<style>
a { background-color: #BA8B75; }
a { background-color: rgb(186,139,117); }
div.DivClassName
{
background-color: #BA8B75;
}
.BgClassName
{
background-color: #BA8B75;
}
</style>
border-color css
<style>
span { border-color: #BA8B75; }
span { border-color: rgb(186,139,117); }
td.TdClassName
{
border-color: #BA8B75;
}
.TagClassName
{
border-color: #BA8B75;
}
</style>