Shades of Brandy Rose #BA8F7F
Tints of Brandy Rose #BA8F7F
RGB
CMYK
RGB Variations
Color information
#BA8F7F (or 0xBA8F7F) is known color: Brandy Rose. HEX triplet: BA, 8F and 7F. RGB value is (186,143,127). Sum of RGB (Red+Green+Blue) = 186+143+127=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F7F is #457080. Grayscale: #9A9A9A. Windows color (decimal): -4550785 or 8359866. OLE color: 8359866.
HSL color Cylindrical-coordinate representation of color #BA8F7F: hue angle of 16.27º 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 #BA8F7F is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 127 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.27 |
| HSL | 16.27º | 0.3% | 0.61% | - |
| HSV(B) | 16.27º | 0.32% | 0.73% | - |
| XYZ | 33.9 | 31.62 | 24.39 | - |
| YUV | 154.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 127 | 0 | 0.23 | 0.32 | 0.27 | 16.27 | 0.3 | 0.61 |
| Hex | BA | 8F | 7F | 0 | 17 | 20 | 1B | 10 | 1E | 3D |
| Octal | 272 | 217 | 177 | 0 | 27 | 40 | 33 | 20 | 36 | 75 |
| Binary | 10111010 | 10001111 | 1111111 | 0 | 10111 | 100000 | 11011 | 10000 | 11110 | 111101 |
Color Harmonies of #BA8F7F
Complementary color
Monochromatic Colors of #BA8F7F
Black with #BA8F7F
Text Example
Text Example
White with #BA8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F7F; }
p { color: rgb(186,143,127); }
H1.HeaderClassName
{
color: #BA8F7F;
}
.AnyTagClassName
{
color: #BA8F7F;
}
</style>
background-color css
<style>
a { background-color: #BA8F7F; }
a { background-color: rgb(186,143,127); }
div.DivClassName
{
background-color: #BA8F7F;
}
.BgClassName
{
background-color: #BA8F7F;
}
</style>
border-color css
<style>
span { border-color: #BA8F7F; }
span { border-color: rgb(186,143,127); }
td.TdClassName
{
border-color: #BA8F7F;
}
.TagClassName
{
border-color: #BA8F7F;
}
</style>