Shades of Brandy Rose #BA7A73
Tints of Brandy Rose #BA7A73
RGB
CMYK
RGB Variations
Color information
#BA7A73 (or 0xBA7A73) is known color: Brandy Rose. HEX triplet: BA, 7A and 73. RGB value is (186,122,115). Sum of RGB (Red+Green+Blue) = 186+122+115=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A73 is #45858C. Grayscale: #8C8C8C. Windows color (decimal): -4556173 or 7568058. OLE color: 7568058.
HSL color Cylindrical-coordinate representation of color #BA7A73: hue angle of 5.92º 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 #BA7A73 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 115 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.27 |
| HSL | 5.92º | 0.34% | 0.59% | - |
| HSV(B) | 5.92º | 0.38% | 0.73% | - |
| XYZ | 30.3 | 25.6 | 19.56 | - |
| YUV | 140.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 115 | 0 | 0.34 | 0.38 | 0.27 | 5.92 | 0.34 | 0.59 |
| Hex | BA | 7A | 73 | 0 | 22 | 26 | 1B | 6 | 22 | 3B |
| Octal | 272 | 172 | 163 | 0 | 42 | 46 | 33 | 6 | 42 | 73 |
| Binary | 10111010 | 1111010 | 1110011 | 0 | 100010 | 100110 | 11011 | 110 | 100010 | 111011 |
Color Harmonies of #BA7A73
Complementary color
Monochromatic Colors of #BA7A73
Black with #BA7A73
Text Example
Text Example
White with #BA7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A73; }
p { color: rgb(186,122,115); }
H1.HeaderClassName
{
color: #BA7A73;
}
.AnyTagClassName
{
color: #BA7A73;
}
</style>
background-color css
<style>
a { background-color: #BA7A73; }
a { background-color: rgb(186,122,115); }
div.DivClassName
{
background-color: #BA7A73;
}
.BgClassName
{
background-color: #BA7A73;
}
</style>
border-color css
<style>
span { border-color: #BA7A73; }
span { border-color: rgb(186,122,115); }
td.TdClassName
{
border-color: #BA7A73;
}
.TagClassName
{
border-color: #BA7A73;
}
</style>