Shades of Brandy Rose #BA8B7C
Tints of Brandy Rose #BA8B7C
RGB
CMYK
RGB Variations
Color information
#BA8B7C (or 0xBA8B7C) is known color: Brandy Rose. HEX triplet: BA, 8B and 7C. RGB value is (186,139,124). Sum of RGB (Red+Green+Blue) = 186+139+124=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B7C is #457483. Grayscale: #979797. Windows color (decimal): -4551812 or 8162234. OLE color: 8162234.
HSL color Cylindrical-coordinate representation of color #BA8B7C: hue angle of 14.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA8B7C is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 124 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.27 |
| HSL | 14.52º | 0.31% | 0.61% | - |
| HSV(B) | 14.52º | 0.33% | 0.73% | - |
| XYZ | 33.12 | 30.36 | 23.18 | - |
| YUV | 151.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 124 | 0 | 0.25 | 0.33 | 0.27 | 14.52 | 0.31 | 0.61 |
| Hex | BA | 8B | 7C | 0 | 19 | 21 | 1B | F | 1F | 3D |
| Octal | 272 | 213 | 174 | 0 | 31 | 41 | 33 | 17 | 37 | 75 |
| Binary | 10111010 | 10001011 | 1111100 | 0 | 11001 | 100001 | 11011 | 1111 | 11111 | 111101 |
Color Harmonies of #BA8B7C
Complementary color
Monochromatic Colors of #BA8B7C
Black with #BA8B7C
Text Example
Text Example
White with #BA8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B7C; }
p { color: rgb(186,139,124); }
H1.HeaderClassName
{
color: #BA8B7C;
}
.AnyTagClassName
{
color: #BA8B7C;
}
</style>
background-color css
<style>
a { background-color: #BA8B7C; }
a { background-color: rgb(186,139,124); }
div.DivClassName
{
background-color: #BA8B7C;
}
.BgClassName
{
background-color: #BA8B7C;
}
</style>
border-color css
<style>
span { border-color: #BA8B7C; }
span { border-color: rgb(186,139,124); }
td.TdClassName
{
border-color: #BA8B7C;
}
.TagClassName
{
border-color: #BA8B7C;
}
</style>