Shades of Brandy Punch #BA7342
Tints of Brandy Punch #BA7342
RGB
CMYK
RGB Variations
Color information
#BA7342 (or 0xBA7342) is known color: Brandy Punch. HEX triplet: BA, 73 and 42. RGB value is (186,115,66). Sum of RGB (Red+Green+Blue) = 186+115+66=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7342 is #458CBD. Grayscale: #828282. Windows color (decimal): -4558014 or 4355002. OLE color: 4355002.
HSL color Cylindrical-coordinate representation of color #BA7342: hue angle of 24.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA7342 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 66 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.27 |
| HSL | 24.5º | 0.48% | 0.49% | - |
| HSV(B) | 24.5º | 0.65% | 0.73% | - |
| XYZ | 27.36 | 23.09 | 8.17 | - |
| YUV | 130.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 66 | 0 | 0.38 | 0.65 | 0.27 | 24.5 | 0.48 | 0.49 |
| Hex | BA | 73 | 42 | 0 | 26 | 41 | 1B | 18 | 30 | 31 |
| Octal | 272 | 163 | 102 | 0 | 46 | 101 | 33 | 30 | 60 | 61 |
| Binary | 10111010 | 1110011 | 1000010 | 0 | 100110 | 1000001 | 11011 | 11000 | 110000 | 110001 |
Color Harmonies of #BA7342
Complementary color
Monochromatic Colors of #BA7342
Black with #BA7342
Text Example
Text Example
White with #BA7342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7342; }
p { color: rgb(186,115,66); }
H1.HeaderClassName
{
color: #BA7342;
}
.AnyTagClassName
{
color: #BA7342;
}
</style>
background-color css
<style>
a { background-color: #BA7342; }
a { background-color: rgb(186,115,66); }
div.DivClassName
{
background-color: #BA7342;
}
.BgClassName
{
background-color: #BA7342;
}
</style>
border-color css
<style>
span { border-color: #BA7342; }
span { border-color: rgb(186,115,66); }
td.TdClassName
{
border-color: #BA7342;
}
.TagClassName
{
border-color: #BA7342;
}
</style>