Shades of Brandy Rose #BA7D6F
Tints of Brandy Rose #BA7D6F
RGB
CMYK
RGB Variations
Color information
#BA7D6F (or 0xBA7D6F) is known color: Brandy Rose. HEX triplet: BA, 7D and 6F. RGB value is (186,125,111). Sum of RGB (Red+Green+Blue) = 186+125+111=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D6F is #458290. Grayscale: #8D8D8D. Windows color (decimal): -4555409 or 7306682. OLE color: 7306682.
HSL color Cylindrical-coordinate representation of color #BA7D6F: hue angle of 11.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7D6F is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 111 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.27 |
| HSL | 11.2º | 0.35% | 0.58% | - |
| HSV(B) | 11.2º | 0.4% | 0.73% | - |
| XYZ | 30.45 | 26.25 | 18.5 | - |
| YUV | 141.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 111 | 0 | 0.33 | 0.40 | 0.27 | 11.2 | 0.35 | 0.58 |
| Hex | BA | 7D | 6F | 0 | 21 | 28 | 1B | B | 23 | 3A |
| Octal | 272 | 175 | 157 | 0 | 41 | 50 | 33 | 13 | 43 | 72 |
| Binary | 10111010 | 1111101 | 1101111 | 0 | 100001 | 101000 | 11011 | 1011 | 100011 | 111010 |
Color Harmonies of #BA7D6F
Complementary color
Monochromatic Colors of #BA7D6F
Black with #BA7D6F
Text Example
Text Example
White with #BA7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D6F; }
p { color: rgb(186,125,111); }
H1.HeaderClassName
{
color: #BA7D6F;
}
.AnyTagClassName
{
color: #BA7D6F;
}
</style>
background-color css
<style>
a { background-color: #BA7D6F; }
a { background-color: rgb(186,125,111); }
div.DivClassName
{
background-color: #BA7D6F;
}
.BgClassName
{
background-color: #BA7D6F;
}
</style>
border-color css
<style>
span { border-color: #BA7D6F; }
span { border-color: rgb(186,125,111); }
td.TdClassName
{
border-color: #BA7D6F;
}
.TagClassName
{
border-color: #BA7D6F;
}
</style>