Shades of Brandy Punch #BA7340
Tints of Brandy Punch #BA7340
RGB
CMYK
RGB Variations
Color information
#BA7340 (or 0xBA7340) is known color: Brandy Punch. HEX triplet: BA, 73 and 40. RGB value is (186,115,64). Sum of RGB (Red+Green+Blue) = 186+115+64=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7340 is #458CBF. Grayscale: #828282. Windows color (decimal): -4558016 or 4223930. OLE color: 4223930.
HSL color Cylindrical-coordinate representation of color #BA7340: hue angle of 25.08º 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 #BA7340 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 64 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.27 |
| HSL | 25.08º | 0.49% | 0.49% | - |
| HSV(B) | 25.08º | 0.66% | 0.73% | - |
| XYZ | 27.31 | 23.07 | 7.86 | - |
| YUV | 130.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 64 | 0 | 0.38 | 0.66 | 0.27 | 25.08 | 0.49 | 0.49 |
| Hex | BA | 73 | 40 | 0 | 26 | 42 | 1B | 19 | 31 | 31 |
| Octal | 272 | 163 | 100 | 0 | 46 | 102 | 33 | 31 | 61 | 61 |
| Binary | 10111010 | 1110011 | 1000000 | 0 | 100110 | 1000010 | 11011 | 11001 | 110001 | 110001 |
Color Harmonies of #BA7340
Complementary color
Monochromatic Colors of #BA7340
Black with #BA7340
Text Example
Text Example
White with #BA7340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7340; }
p { color: rgb(186,115,64); }
H1.HeaderClassName
{
color: #BA7340;
}
.AnyTagClassName
{
color: #BA7340;
}
</style>
background-color css
<style>
a { background-color: #BA7340; }
a { background-color: rgb(186,115,64); }
div.DivClassName
{
background-color: #BA7340;
}
.BgClassName
{
background-color: #BA7340;
}
</style>
border-color css
<style>
span { border-color: #BA7340; }
span { border-color: rgb(186,115,64); }
td.TdClassName
{
border-color: #BA7340;
}
.TagClassName
{
border-color: #BA7340;
}
</style>