Shades of Brandy Rose #BA8B7E
Tints of Brandy Rose #BA8B7E
RGB
CMYK
RGB Variations
Color information
#BA8B7E (or 0xBA8B7E) is known color: Brandy Rose. HEX triplet: BA, 8B and 7E. RGB value is (186,139,126). Sum of RGB (Red+Green+Blue) = 186+139+126=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B7E is #457481. Grayscale: #979797. Windows color (decimal): -4551810 or 8293306. OLE color: 8293306.
HSL color Cylindrical-coordinate representation of color #BA8B7E: hue angle of 13º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA8B7E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 126 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.27 |
| HSL | 13º | 0.3% | 0.61% | - |
| HSV(B) | 13º | 0.32% | 0.73% | - |
| XYZ | 33.25 | 30.41 | 23.86 | - |
| YUV | 151.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 126 | 0 | 0.25 | 0.32 | 0.27 | 13 | 0.3 | 0.61 |
| Hex | BA | 8B | 7E | 0 | 19 | 20 | 1B | D | 1E | 3D |
| Octal | 272 | 213 | 176 | 0 | 31 | 40 | 33 | 15 | 36 | 75 |
| Binary | 10111010 | 10001011 | 1111110 | 0 | 11001 | 100000 | 11011 | 1101 | 11110 | 111101 |
Color Harmonies of #BA8B7E
Complementary color
Monochromatic Colors of #BA8B7E
Black with #BA8B7E
Text Example
Text Example
White with #BA8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B7E; }
p { color: rgb(186,139,126); }
H1.HeaderClassName
{
color: #BA8B7E;
}
.AnyTagClassName
{
color: #BA8B7E;
}
</style>
background-color css
<style>
a { background-color: #BA8B7E; }
a { background-color: rgb(186,139,126); }
div.DivClassName
{
background-color: #BA8B7E;
}
.BgClassName
{
background-color: #BA8B7E;
}
</style>
border-color css
<style>
span { border-color: #BA8B7E; }
span { border-color: rgb(186,139,126); }
td.TdClassName
{
border-color: #BA8B7E;
}
.TagClassName
{
border-color: #BA8B7E;
}
</style>