Shades of Brandy Rose #BA7A74
Tints of Brandy Rose #BA7A74
RGB
CMYK
RGB Variations
Color information
#BA7A74 (or 0xBA7A74) is known color: Brandy Rose. HEX triplet: BA, 7A and 74. RGB value is (186,122,116). Sum of RGB (Red+Green+Blue) = 186+122+116=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A74 is #45858B. Grayscale: #8C8C8C. Windows color (decimal): -4556172 or 7633594. OLE color: 7633594.
HSL color Cylindrical-coordinate representation of color #BA7A74: hue angle of 5.14º 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 #BA7A74 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 116 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.27 |
| HSL | 5.14º | 0.34% | 0.59% | - |
| HSV(B) | 5.14º | 0.38% | 0.73% | - |
| XYZ | 30.36 | 25.62 | 19.87 | - |
| YUV | 140.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 116 | 0 | 0.34 | 0.38 | 0.27 | 5.14 | 0.34 | 0.59 |
| Hex | BA | 7A | 74 | 0 | 22 | 26 | 1B | 5 | 22 | 3B |
| Octal | 272 | 172 | 164 | 0 | 42 | 46 | 33 | 5 | 42 | 73 |
| Binary | 10111010 | 1111010 | 1110100 | 0 | 100010 | 100110 | 11011 | 101 | 100010 | 111011 |
Color Harmonies of #BA7A74
Complementary color
Monochromatic Colors of #BA7A74
Black with #BA7A74
Text Example
Text Example
White with #BA7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A74; }
p { color: rgb(186,122,116); }
H1.HeaderClassName
{
color: #BA7A74;
}
.AnyTagClassName
{
color: #BA7A74;
}
</style>
background-color css
<style>
a { background-color: #BA7A74; }
a { background-color: rgb(186,122,116); }
div.DivClassName
{
background-color: #BA7A74;
}
.BgClassName
{
background-color: #BA7A74;
}
</style>
border-color css
<style>
span { border-color: #BA7A74; }
span { border-color: rgb(186,122,116); }
td.TdClassName
{
border-color: #BA7A74;
}
.TagClassName
{
border-color: #BA7A74;
}
</style>