Shades of Brandy Rose #BA7F74
Tints of Brandy Rose #BA7F74
RGB
CMYK
RGB Variations
Color information
#BA7F74 (or 0xBA7F74) is known color: Brandy Rose. HEX triplet: BA, 7F and 74. RGB value is (186,127,116). Sum of RGB (Red+Green+Blue) = 186+127+116=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F74 is #45808B. Grayscale: #8F8F8F. Windows color (decimal): -4554892 or 7634874. OLE color: 7634874.
HSL color Cylindrical-coordinate representation of color #BA7F74: hue angle of 9.43º 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 #BA7F74 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 116 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.27 |
| HSL | 9.43º | 0.34% | 0.59% | - |
| HSV(B) | 9.43º | 0.38% | 0.73% | - |
| XYZ | 30.99 | 26.88 | 20.08 | - |
| YUV | 143.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 116 | 0 | 0.32 | 0.38 | 0.27 | 9.43 | 0.34 | 0.59 |
| Hex | BA | 7F | 74 | 0 | 20 | 26 | 1B | 9 | 22 | 3B |
| Octal | 272 | 177 | 164 | 0 | 40 | 46 | 33 | 11 | 42 | 73 |
| Binary | 10111010 | 1111111 | 1110100 | 0 | 100000 | 100110 | 11011 | 1001 | 100010 | 111011 |
Color Harmonies of #BA7F74
Complementary color
Monochromatic Colors of #BA7F74
Black with #BA7F74
Text Example
Text Example
White with #BA7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F74; }
p { color: rgb(186,127,116); }
H1.HeaderClassName
{
color: #BA7F74;
}
.AnyTagClassName
{
color: #BA7F74;
}
</style>
background-color css
<style>
a { background-color: #BA7F74; }
a { background-color: rgb(186,127,116); }
div.DivClassName
{
background-color: #BA7F74;
}
.BgClassName
{
background-color: #BA7F74;
}
</style>
border-color css
<style>
span { border-color: #BA7F74; }
span { border-color: rgb(186,127,116); }
td.TdClassName
{
border-color: #BA7F74;
}
.TagClassName
{
border-color: #BA7F74;
}
</style>