Shades of Brandy Rose #BA7974
Tints of Brandy Rose #BA7974
RGB
CMYK
RGB Variations
Color information
#BA7974 (or 0xBA7974) is known color: Brandy Rose. HEX triplet: BA, 79 and 74. RGB value is (186,121,116). Sum of RGB (Red+Green+Blue) = 186+121+116=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7974 is #45868B. Grayscale: #8B8B8B. Windows color (decimal): -4556428 or 7633338. OLE color: 7633338.
HSL color Cylindrical-coordinate representation of color #BA7974: hue angle of 4.29º 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 #BA7974 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 116 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.27 |
| HSL | 4.29º | 0.34% | 0.59% | - |
| HSV(B) | 4.29º | 0.38% | 0.73% | - |
| XYZ | 30.24 | 25.37 | 19.83 | - |
| YUV | 139.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 116 | 0 | 0.35 | 0.38 | 0.27 | 4.29 | 0.34 | 0.59 |
| Hex | BA | 79 | 74 | 0 | 23 | 26 | 1B | 4 | 22 | 3B |
| Octal | 272 | 171 | 164 | 0 | 43 | 46 | 33 | 4 | 42 | 73 |
| Binary | 10111010 | 1111001 | 1110100 | 0 | 100011 | 100110 | 11011 | 100 | 100010 | 111011 |
Color Harmonies of #BA7974
Complementary color
Monochromatic Colors of #BA7974
Black with #BA7974
Text Example
Text Example
White with #BA7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7974; }
p { color: rgb(186,121,116); }
H1.HeaderClassName
{
color: #BA7974;
}
.AnyTagClassName
{
color: #BA7974;
}
</style>
background-color css
<style>
a { background-color: #BA7974; }
a { background-color: rgb(186,121,116); }
div.DivClassName
{
background-color: #BA7974;
}
.BgClassName
{
background-color: #BA7974;
}
</style>
border-color css
<style>
span { border-color: #BA7974; }
span { border-color: rgb(186,121,116); }
td.TdClassName
{
border-color: #BA7974;
}
.TagClassName
{
border-color: #BA7974;
}
</style>