Shades of Brandy Rose #BA7E74
Tints of Brandy Rose #BA7E74
RGB
CMYK
RGB Variations
Color information
#BA7E74 (or 0xBA7E74) is known color: Brandy Rose. HEX triplet: BA, 7E and 74. RGB value is (186,126,116). Sum of RGB (Red+Green+Blue) = 186+126+116=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E74 is #45818B. Grayscale: #8E8E8E. Windows color (decimal): -4555148 or 7634618. OLE color: 7634618.
HSL color Cylindrical-coordinate representation of color #BA7E74: hue angle of 8.57º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7E74 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 116 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.27 |
| HSL | 8.57º | 0.34% | 0.59% | - |
| HSV(B) | 8.57º | 0.38% | 0.73% | - |
| XYZ | 30.86 | 26.62 | 20.03 | - |
| YUV | 142.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 116 | 0 | 0.32 | 0.38 | 0.27 | 8.57 | 0.34 | 0.59 |
| Hex | BA | 7E | 74 | 0 | 20 | 26 | 1B | 9 | 22 | 3B |
| Octal | 272 | 176 | 164 | 0 | 40 | 46 | 33 | 11 | 42 | 73 |
| Binary | 10111010 | 1111110 | 1110100 | 0 | 100000 | 100110 | 11011 | 1001 | 100010 | 111011 |
Color Harmonies of #BA7E74
Complementary color
Monochromatic Colors of #BA7E74
Black with #BA7E74
Text Example
Text Example
White with #BA7E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E74; }
p { color: rgb(186,126,116); }
H1.HeaderClassName
{
color: #BA7E74;
}
.AnyTagClassName
{
color: #BA7E74;
}
</style>
background-color css
<style>
a { background-color: #BA7E74; }
a { background-color: rgb(186,126,116); }
div.DivClassName
{
background-color: #BA7E74;
}
.BgClassName
{
background-color: #BA7E74;
}
</style>
border-color css
<style>
span { border-color: #BA7E74; }
span { border-color: rgb(186,126,116); }
td.TdClassName
{
border-color: #BA7E74;
}
.TagClassName
{
border-color: #BA7E74;
}
</style>