Shades of Brandy Punch #BA7D39
Tints of Brandy Punch #BA7D39
RGB
CMYK
RGB Variations
Color information
#BA7D39 (or 0xBA7D39) is known color: Brandy Punch. HEX triplet: BA, 7D and 39. RGB value is (186,125,57). Sum of RGB (Red+Green+Blue) = 186+125+57=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D39 is #4582C6. Grayscale: #878787. Windows color (decimal): -4555463 or 3767738. OLE color: 3767738.
HSL color Cylindrical-coordinate representation of color #BA7D39: hue angle of 31.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA7D39 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 57 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.27 |
| HSL | 31.63º | 0.53% | 0.48% | - |
| HSV(B) | 31.63º | 0.69% | 0.73% | - |
| XYZ | 28.32 | 25.4 | 7.28 | - |
| YUV | 135.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 57 | 0 | 0.33 | 0.69 | 0.27 | 31.63 | 0.53 | 0.48 |
| Hex | BA | 7D | 39 | 0 | 21 | 45 | 1B | 20 | 35 | 30 |
| Octal | 272 | 175 | 71 | 0 | 41 | 105 | 33 | 40 | 65 | 60 |
| Binary | 10111010 | 1111101 | 111001 | 0 | 100001 | 1000101 | 11011 | 100000 | 110101 | 110000 |
Color Harmonies of #BA7D39
Complementary color
Monochromatic Colors of #BA7D39
Black with #BA7D39
Text Example
Text Example
White with #BA7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D39; }
p { color: rgb(186,125,57); }
H1.HeaderClassName
{
color: #BA7D39;
}
.AnyTagClassName
{
color: #BA7D39;
}
</style>
background-color css
<style>
a { background-color: #BA7D39; }
a { background-color: rgb(186,125,57); }
div.DivClassName
{
background-color: #BA7D39;
}
.BgClassName
{
background-color: #BA7D39;
}
</style>
border-color css
<style>
span { border-color: #BA7D39; }
span { border-color: rgb(186,125,57); }
td.TdClassName
{
border-color: #BA7D39;
}
.TagClassName
{
border-color: #BA7D39;
}
</style>