Shades of Brandy Rose #BA8C7F
Tints of Brandy Rose #BA8C7F
RGB
CMYK
RGB Variations
Color information
#BA8C7F (or 0xBA8C7F) is known color: Brandy Rose. HEX triplet: BA, 8C and 7F. RGB value is (186,140,127). Sum of RGB (Red+Green+Blue) = 186+140+127=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C7F is #457380. Grayscale: #989898. Windows color (decimal): -4551553 or 8359098. OLE color: 8359098.
HSL color Cylindrical-coordinate representation of color #BA8C7F: hue angle of 13.22º 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 #BA8C7F is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 127 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.27 |
| HSL | 13.22º | 0.3% | 0.61% | - |
| HSV(B) | 13.22º | 0.32% | 0.73% | - |
| XYZ | 33.46 | 30.73 | 24.25 | - |
| YUV | 152.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 127 | 0 | 0.25 | 0.32 | 0.27 | 13.22 | 0.3 | 0.61 |
| Hex | BA | 8C | 7F | 0 | 19 | 20 | 1B | D | 1E | 3D |
| Octal | 272 | 214 | 177 | 0 | 31 | 40 | 33 | 15 | 36 | 75 |
| Binary | 10111010 | 10001100 | 1111111 | 0 | 11001 | 100000 | 11011 | 1101 | 11110 | 111101 |
Color Harmonies of #BA8C7F
Complementary color
Monochromatic Colors of #BA8C7F
Black with #BA8C7F
Text Example
Text Example
White with #BA8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C7F; }
p { color: rgb(186,140,127); }
H1.HeaderClassName
{
color: #BA8C7F;
}
.AnyTagClassName
{
color: #BA8C7F;
}
</style>
background-color css
<style>
a { background-color: #BA8C7F; }
a { background-color: rgb(186,140,127); }
div.DivClassName
{
background-color: #BA8C7F;
}
.BgClassName
{
background-color: #BA8C7F;
}
</style>
border-color css
<style>
span { border-color: #BA8C7F; }
span { border-color: rgb(186,140,127); }
td.TdClassName
{
border-color: #BA8C7F;
}
.TagClassName
{
border-color: #BA8C7F;
}
</style>