Shades of Brandy Punch #BA7240
Tints of Brandy Punch #BA7240
RGB
CMYK
RGB Variations
Color information
#BA7240 (or 0xBA7240) is known color: Brandy Punch. HEX triplet: BA, 72 and 40. RGB value is (186,114,64). Sum of RGB (Red+Green+Blue) = 186+114+64=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7240 is #458DBF. Grayscale: #828282. Windows color (decimal): -4558272 or 4223674. OLE color: 4223674.
HSL color Cylindrical-coordinate representation of color #BA7240: hue angle of 24.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA7240 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 64 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.27 |
| HSL | 24.59º | 0.49% | 0.49% | - |
| HSV(B) | 24.59º | 0.66% | 0.73% | - |
| XYZ | 27.19 | 22.84 | 7.83 | - |
| YUV | 129.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 64 | 0 | 0.39 | 0.66 | 0.27 | 24.59 | 0.49 | 0.49 |
| Hex | BA | 72 | 40 | 0 | 27 | 42 | 1B | 19 | 31 | 31 |
| Octal | 272 | 162 | 100 | 0 | 47 | 102 | 33 | 31 | 61 | 61 |
| Binary | 10111010 | 1110010 | 1000000 | 0 | 100111 | 1000010 | 11011 | 11001 | 110001 | 110001 |
Color Harmonies of #BA7240
Complementary color
Monochromatic Colors of #BA7240
Black with #BA7240
Text Example
Text Example
White with #BA7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7240; }
p { color: rgb(186,114,64); }
H1.HeaderClassName
{
color: #BA7240;
}
.AnyTagClassName
{
color: #BA7240;
}
</style>
background-color css
<style>
a { background-color: #BA7240; }
a { background-color: rgb(186,114,64); }
div.DivClassName
{
background-color: #BA7240;
}
.BgClassName
{
background-color: #BA7240;
}
</style>
border-color css
<style>
span { border-color: #BA7240; }
span { border-color: rgb(186,114,64); }
td.TdClassName
{
border-color: #BA7240;
}
.TagClassName
{
border-color: #BA7240;
}
</style>