Shades of Brandy Punch #BA7B47
Tints of Brandy Punch #BA7B47
RGB
CMYK
RGB Variations
Color information
#BA7B47 (or 0xBA7B47) is known color: Brandy Punch. HEX triplet: BA, 7B and 47. RGB value is (186,123,71). Sum of RGB (Red+Green+Blue) = 186+123+71=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B47 is #4584B8. Grayscale: #888888. Windows color (decimal): -4555961 or 4684730. OLE color: 4684730.
HSL color Cylindrical-coordinate representation of color #BA7B47: hue angle of 27.13º 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 #BA7B47 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 71 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.27 |
| HSL | 27.13º | 0.45% | 0.5% | - |
| HSV(B) | 27.13º | 0.62% | 0.73% | - |
| XYZ | 28.47 | 25.06 | 9.3 | - |
| YUV | 135.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 71 | 0 | 0.34 | 0.62 | 0.27 | 27.13 | 0.45 | 0.5 |
| Hex | BA | 7B | 47 | 0 | 22 | 3E | 1B | 1B | 2D | 32 |
| Octal | 272 | 173 | 107 | 0 | 42 | 76 | 33 | 33 | 55 | 62 |
| Binary | 10111010 | 1111011 | 1000111 | 0 | 100010 | 111110 | 11011 | 11011 | 101101 | 110010 |
Color Harmonies of #BA7B47
Complementary color
Monochromatic Colors of #BA7B47
Black with #BA7B47
Text Example
Text Example
White with #BA7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B47; }
p { color: rgb(186,123,71); }
H1.HeaderClassName
{
color: #BA7B47;
}
.AnyTagClassName
{
color: #BA7B47;
}
</style>
background-color css
<style>
a { background-color: #BA7B47; }
a { background-color: rgb(186,123,71); }
div.DivClassName
{
background-color: #BA7B47;
}
.BgClassName
{
background-color: #BA7B47;
}
</style>
border-color css
<style>
span { border-color: #BA7B47; }
span { border-color: rgb(186,123,71); }
td.TdClassName
{
border-color: #BA7B47;
}
.TagClassName
{
border-color: #BA7B47;
}
</style>