Shades of Brandy Punch #BA7E47
Tints of Brandy Punch #BA7E47
RGB
CMYK
RGB Variations
Color information
#BA7E47 (or 0xBA7E47) is known color: Brandy Punch. HEX triplet: BA, 7E and 47. RGB value is (186,126,71). Sum of RGB (Red+Green+Blue) = 186+126+71=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E47 is #4581B8. Grayscale: #898989. Windows color (decimal): -4555193 or 4685498. OLE color: 4685498.
HSL color Cylindrical-coordinate representation of color #BA7E47: hue angle of 28.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA7E47 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 71 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.27 |
| HSL | 28.7º | 0.45% | 0.5% | - |
| HSV(B) | 28.7º | 0.62% | 0.73% | - |
| XYZ | 28.85 | 25.82 | 9.42 | - |
| YUV | 137.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 71 | 0 | 0.32 | 0.62 | 0.27 | 28.7 | 0.45 | 0.5 |
| Hex | BA | 7E | 47 | 0 | 20 | 3E | 1B | 1D | 2D | 32 |
| Octal | 272 | 176 | 107 | 0 | 40 | 76 | 33 | 35 | 55 | 62 |
| Binary | 10111010 | 1111110 | 1000111 | 0 | 100000 | 111110 | 11011 | 11101 | 101101 | 110010 |
Color Harmonies of #BA7E47
Complementary color
Monochromatic Colors of #BA7E47
Black with #BA7E47
Text Example
Text Example
White with #BA7E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E47; }
p { color: rgb(186,126,71); }
H1.HeaderClassName
{
color: #BA7E47;
}
.AnyTagClassName
{
color: #BA7E47;
}
</style>
background-color css
<style>
a { background-color: #BA7E47; }
a { background-color: rgb(186,126,71); }
div.DivClassName
{
background-color: #BA7E47;
}
.BgClassName
{
background-color: #BA7E47;
}
</style>
border-color css
<style>
span { border-color: #BA7E47; }
span { border-color: rgb(186,126,71); }
td.TdClassName
{
border-color: #BA7E47;
}
.TagClassName
{
border-color: #BA7E47;
}
</style>