Shades of Brandy Rose #BA8B76
Tints of Brandy Rose #BA8B76
RGB
CMYK
RGB Variations
Color information
#BA8B76 (or 0xBA8B76) is known color: Brandy Rose. HEX triplet: BA, 8B and 76. RGB value is (186,139,118). Sum of RGB (Red+Green+Blue) = 186+139+118=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B76 is #457489. Grayscale: #969696. Windows color (decimal): -4551818 or 7769018. OLE color: 7769018.
HSL color Cylindrical-coordinate representation of color #BA8B76: hue angle of 18.53º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8B76 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 118 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.27 |
| HSL | 18.53º | 0.33% | 0.6% | - |
| HSV(B) | 18.53º | 0.37% | 0.73% | - |
| XYZ | 32.75 | 30.21 | 21.24 | - |
| YUV | 150.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 118 | 0 | 0.25 | 0.37 | 0.27 | 18.53 | 0.33 | 0.6 |
| Hex | BA | 8B | 76 | 0 | 19 | 25 | 1B | 13 | 21 | 3C |
| Octal | 272 | 213 | 166 | 0 | 31 | 45 | 33 | 23 | 41 | 74 |
| Binary | 10111010 | 10001011 | 1110110 | 0 | 11001 | 100101 | 11011 | 10011 | 100001 | 111100 |
Color Harmonies of #BA8B76
Complementary color
Monochromatic Colors of #BA8B76
Black with #BA8B76
Text Example
Text Example
White with #BA8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B76; }
p { color: rgb(186,139,118); }
H1.HeaderClassName
{
color: #BA8B76;
}
.AnyTagClassName
{
color: #BA8B76;
}
</style>
background-color css
<style>
a { background-color: #BA8B76; }
a { background-color: rgb(186,139,118); }
div.DivClassName
{
background-color: #BA8B76;
}
.BgClassName
{
background-color: #BA8B76;
}
</style>
border-color css
<style>
span { border-color: #BA8B76; }
span { border-color: rgb(186,139,118); }
td.TdClassName
{
border-color: #BA8B76;
}
.TagClassName
{
border-color: #BA8B76;
}
</style>