Shades of Brandy Rose #BA8B7A
Tints of Brandy Rose #BA8B7A
RGB
CMYK
RGB Variations
Color information
#BA8B7A (or 0xBA8B7A) is known color: Brandy Rose. HEX triplet: BA, 8B and 7A. RGB value is (186,139,122). Sum of RGB (Red+Green+Blue) = 186+139+122=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B7A is #457485. Grayscale: #979797. Windows color (decimal): -4551814 or 8031162. OLE color: 8031162.
HSL color Cylindrical-coordinate representation of color #BA8B7A: hue angle of 15.94º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA8B7A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 122 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.27 |
| HSL | 15.94º | 0.32% | 0.6% | - |
| HSV(B) | 15.94º | 0.34% | 0.73% | - |
| XYZ | 33 | 30.31 | 22.52 | - |
| YUV | 151.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 122 | 0 | 0.25 | 0.34 | 0.27 | 15.94 | 0.32 | 0.6 |
| Hex | BA | 8B | 7A | 0 | 19 | 22 | 1B | 10 | 20 | 3C |
| Octal | 272 | 213 | 172 | 0 | 31 | 42 | 33 | 20 | 40 | 74 |
| Binary | 10111010 | 10001011 | 1111010 | 0 | 11001 | 100010 | 11011 | 10000 | 100000 | 111100 |
Color Harmonies of #BA8B7A
Complementary color
Monochromatic Colors of #BA8B7A
Black with #BA8B7A
Text Example
Text Example
White with #BA8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B7A; }
p { color: rgb(186,139,122); }
H1.HeaderClassName
{
color: #BA8B7A;
}
.AnyTagClassName
{
color: #BA8B7A;
}
</style>
background-color css
<style>
a { background-color: #BA8B7A; }
a { background-color: rgb(186,139,122); }
div.DivClassName
{
background-color: #BA8B7A;
}
.BgClassName
{
background-color: #BA8B7A;
}
</style>
border-color css
<style>
span { border-color: #BA8B7A; }
span { border-color: rgb(186,139,122); }
td.TdClassName
{
border-color: #BA8B7A;
}
.TagClassName
{
border-color: #BA8B7A;
}
</style>