Shades of Brandy Punch #BA7C40
Tints of Brandy Punch #BA7C40
RGB
CMYK
RGB Variations
Color information
#BA7C40 (or 0xBA7C40) is known color: Brandy Punch. HEX triplet: BA, 7C and 40. RGB value is (186,124,64). Sum of RGB (Red+Green+Blue) = 186+124+64=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C40 is #4583BF. Grayscale: #878787. Windows color (decimal): -4555712 or 4226234. OLE color: 4226234.
HSL color Cylindrical-coordinate representation of color #BA7C40: hue angle of 29.51º 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 #BA7C40 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 64 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.27 |
| HSL | 29.51º | 0.49% | 0.49% | - |
| HSV(B) | 29.51º | 0.66% | 0.73% | - |
| XYZ | 28.38 | 25.22 | 8.22 | - |
| YUV | 135.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 64 | 0 | 0.33 | 0.66 | 0.27 | 29.51 | 0.49 | 0.49 |
| Hex | BA | 7C | 40 | 0 | 21 | 42 | 1B | 1E | 31 | 31 |
| Octal | 272 | 174 | 100 | 0 | 41 | 102 | 33 | 36 | 61 | 61 |
| Binary | 10111010 | 1111100 | 1000000 | 0 | 100001 | 1000010 | 11011 | 11110 | 110001 | 110001 |
Color Harmonies of #BA7C40
Complementary color
Monochromatic Colors of #BA7C40
Black with #BA7C40
Text Example
Text Example
White with #BA7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C40; }
p { color: rgb(186,124,64); }
H1.HeaderClassName
{
color: #BA7C40;
}
.AnyTagClassName
{
color: #BA7C40;
}
</style>
background-color css
<style>
a { background-color: #BA7C40; }
a { background-color: rgb(186,124,64); }
div.DivClassName
{
background-color: #BA7C40;
}
.BgClassName
{
background-color: #BA7C40;
}
</style>
border-color css
<style>
span { border-color: #BA7C40; }
span { border-color: rgb(186,124,64); }
td.TdClassName
{
border-color: #BA7C40;
}
.TagClassName
{
border-color: #BA7C40;
}
</style>