Shades of Brandy Rose #BA8C7C
Tints of Brandy Rose #BA8C7C
RGB
CMYK
RGB Variations
Color information
#BA8C7C (or 0xBA8C7C) is known color: Brandy Rose. HEX triplet: BA, 8C and 7C. RGB value is (186,140,124). Sum of RGB (Red+Green+Blue) = 186+140+124=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C7C is #457383. Grayscale: #989898. Windows color (decimal): -4551556 or 8162490. OLE color: 8162490.
HSL color Cylindrical-coordinate representation of color #BA8C7C: hue angle of 15.48º 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 #BA8C7C is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 124 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.27 |
| HSL | 15.48º | 0.31% | 0.61% | - |
| HSV(B) | 15.48º | 0.33% | 0.73% | - |
| XYZ | 33.27 | 30.65 | 23.23 | - |
| YUV | 151.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 124 | 0 | 0.25 | 0.33 | 0.27 | 15.48 | 0.31 | 0.61 |
| Hex | BA | 8C | 7C | 0 | 19 | 21 | 1B | F | 1F | 3D |
| Octal | 272 | 214 | 174 | 0 | 31 | 41 | 33 | 17 | 37 | 75 |
| Binary | 10111010 | 10001100 | 1111100 | 0 | 11001 | 100001 | 11011 | 1111 | 11111 | 111101 |
Color Harmonies of #BA8C7C
Complementary color
Monochromatic Colors of #BA8C7C
Black with #BA8C7C
Text Example
Text Example
White with #BA8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C7C; }
p { color: rgb(186,140,124); }
H1.HeaderClassName
{
color: #BA8C7C;
}
.AnyTagClassName
{
color: #BA8C7C;
}
</style>
background-color css
<style>
a { background-color: #BA8C7C; }
a { background-color: rgb(186,140,124); }
div.DivClassName
{
background-color: #BA8C7C;
}
.BgClassName
{
background-color: #BA8C7C;
}
</style>
border-color css
<style>
span { border-color: #BA8C7C; }
span { border-color: rgb(186,140,124); }
td.TdClassName
{
border-color: #BA8C7C;
}
.TagClassName
{
border-color: #BA8C7C;
}
</style>