Shades of Brandy Rose #BA8C74
Tints of Brandy Rose #BA8C74
RGB
CMYK
RGB Variations
Color information
#BA8C74 (or 0xBA8C74) is known color: Brandy Rose. HEX triplet: BA, 8C and 74. RGB value is (186,140,116). Sum of RGB (Red+Green+Blue) = 186+140+116=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C74 is #45738B. Grayscale: #979797. Windows color (decimal): -4551564 or 7638202. OLE color: 7638202.
HSL color Cylindrical-coordinate representation of color #BA8C74: hue angle of 20.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 #BA8C74 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 116 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.27 |
| HSL | 20.57º | 0.34% | 0.59% | - |
| HSV(B) | 20.57º | 0.38% | 0.73% | - |
| XYZ | 32.78 | 30.46 | 20.67 | - |
| YUV | 151.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 116 | 0 | 0.25 | 0.38 | 0.27 | 20.57 | 0.34 | 0.59 |
| Hex | BA | 8C | 74 | 0 | 19 | 26 | 1B | 15 | 22 | 3B |
| Octal | 272 | 214 | 164 | 0 | 31 | 46 | 33 | 25 | 42 | 73 |
| Binary | 10111010 | 10001100 | 1110100 | 0 | 11001 | 100110 | 11011 | 10101 | 100010 | 111011 |
Color Harmonies of #BA8C74
Complementary color
Monochromatic Colors of #BA8C74
Black with #BA8C74
Text Example
Text Example
White with #BA8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C74; }
p { color: rgb(186,140,116); }
H1.HeaderClassName
{
color: #BA8C74;
}
.AnyTagClassName
{
color: #BA8C74;
}
</style>
background-color css
<style>
a { background-color: #BA8C74; }
a { background-color: rgb(186,140,116); }
div.DivClassName
{
background-color: #BA8C74;
}
.BgClassName
{
background-color: #BA8C74;
}
</style>
border-color css
<style>
span { border-color: #BA8C74; }
span { border-color: rgb(186,140,116); }
td.TdClassName
{
border-color: #BA8C74;
}
.TagClassName
{
border-color: #BA8C74;
}
</style>