Shades of Brandy Rose #BA7D7A
Tints of Brandy Rose #BA7D7A
RGB
CMYK
RGB Variations
Color information
#BA7D7A (or 0xBA7D7A) is known color: Brandy Rose. HEX triplet: BA, 7D and 7A. RGB value is (186,125,122). Sum of RGB (Red+Green+Blue) = 186+125+122=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D7A is #458285. Grayscale: #8E8E8E. Windows color (decimal): -4555398 or 8027578. OLE color: 8027578.
HSL color Cylindrical-coordinate representation of color #BA7D7A: hue angle of 2.81º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7D7A is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 122 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.27 |
| HSL | 2.81º | 0.32% | 0.6% | - |
| HSV(B) | 2.81º | 0.34% | 0.73% | - |
| XYZ | 31.1 | 26.51 | 21.89 | - |
| YUV | 142.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 122 | 0 | 0.33 | 0.34 | 0.27 | 2.81 | 0.32 | 0.6 |
| Hex | BA | 7D | 7A | 0 | 21 | 22 | 1B | 3 | 20 | 3C |
| Octal | 272 | 175 | 172 | 0 | 41 | 42 | 33 | 3 | 40 | 74 |
| Binary | 10111010 | 1111101 | 1111010 | 0 | 100001 | 100010 | 11011 | 11 | 100000 | 111100 |
Color Harmonies of #BA7D7A
Complementary color
Monochromatic Colors of #BA7D7A
Black with #BA7D7A
Text Example
Text Example
White with #BA7D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D7A; }
p { color: rgb(186,125,122); }
H1.HeaderClassName
{
color: #BA7D7A;
}
.AnyTagClassName
{
color: #BA7D7A;
}
</style>
background-color css
<style>
a { background-color: #BA7D7A; }
a { background-color: rgb(186,125,122); }
div.DivClassName
{
background-color: #BA7D7A;
}
.BgClassName
{
background-color: #BA7D7A;
}
</style>
border-color css
<style>
span { border-color: #BA7D7A; }
span { border-color: rgb(186,125,122); }
td.TdClassName
{
border-color: #BA7D7A;
}
.TagClassName
{
border-color: #BA7D7A;
}
</style>