Shades of Brandy Rose #BA7D74
Tints of Brandy Rose #BA7D74
RGB
CMYK
RGB Variations
Color information
#BA7D74 (or 0xBA7D74) is known color: Brandy Rose. HEX triplet: BA, 7D and 74. RGB value is (186,125,116). Sum of RGB (Red+Green+Blue) = 186+125+116=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D74 is #45828B. Grayscale: #8E8E8E. Windows color (decimal): -4555404 or 7634362. OLE color: 7634362.
HSL color Cylindrical-coordinate representation of color #BA7D74: hue angle of 7.71º 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 #BA7D74 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 116 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.27 |
| HSL | 7.71º | 0.34% | 0.59% | - |
| HSV(B) | 7.71º | 0.38% | 0.73% | - |
| XYZ | 30.74 | 26.37 | 19.99 | - |
| YUV | 142.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 116 | 0 | 0.33 | 0.38 | 0.27 | 7.71 | 0.34 | 0.59 |
| Hex | BA | 7D | 74 | 0 | 21 | 26 | 1B | 8 | 22 | 3B |
| Octal | 272 | 175 | 164 | 0 | 41 | 46 | 33 | 10 | 42 | 73 |
| Binary | 10111010 | 1111101 | 1110100 | 0 | 100001 | 100110 | 11011 | 1000 | 100010 | 111011 |
Color Harmonies of #BA7D74
Complementary color
Monochromatic Colors of #BA7D74
Black with #BA7D74
Text Example
Text Example
White with #BA7D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D74; }
p { color: rgb(186,125,116); }
H1.HeaderClassName
{
color: #BA7D74;
}
.AnyTagClassName
{
color: #BA7D74;
}
</style>
background-color css
<style>
a { background-color: #BA7D74; }
a { background-color: rgb(186,125,116); }
div.DivClassName
{
background-color: #BA7D74;
}
.BgClassName
{
background-color: #BA7D74;
}
</style>
border-color css
<style>
span { border-color: #BA7D74; }
span { border-color: rgb(186,125,116); }
td.TdClassName
{
border-color: #BA7D74;
}
.TagClassName
{
border-color: #BA7D74;
}
</style>