Shades of Brandy Punch #BA7446
Tints of Brandy Punch #BA7446
RGB
CMYK
RGB Variations
Color information
#BA7446 (or 0xBA7446) is known color: Brandy Punch. HEX triplet: BA, 74 and 46. RGB value is (186,116,70). Sum of RGB (Red+Green+Blue) = 186+116+70=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7446 is #458BB9. Grayscale: #838383. Windows color (decimal): -4557754 or 4617402. OLE color: 4617402.
HSL color Cylindrical-coordinate representation of color #BA7446: hue angle of 23.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA7446 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 70 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.27 |
| HSL | 23.79º | 0.46% | 0.5% | - |
| HSV(B) | 23.79º | 0.62% | 0.73% | - |
| XYZ | 27.6 | 23.37 | 8.85 | - |
| YUV | 131.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 70 | 0 | 0.38 | 0.62 | 0.27 | 23.79 | 0.46 | 0.5 |
| Hex | BA | 74 | 46 | 0 | 26 | 3E | 1B | 18 | 2E | 32 |
| Octal | 272 | 164 | 106 | 0 | 46 | 76 | 33 | 30 | 56 | 62 |
| Binary | 10111010 | 1110100 | 1000110 | 0 | 100110 | 111110 | 11011 | 11000 | 101110 | 110010 |
Color Harmonies of #BA7446
Complementary color
Monochromatic Colors of #BA7446
Black with #BA7446
Text Example
Text Example
White with #BA7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7446; }
p { color: rgb(186,116,70); }
H1.HeaderClassName
{
color: #BA7446;
}
.AnyTagClassName
{
color: #BA7446;
}
</style>
background-color css
<style>
a { background-color: #BA7446; }
a { background-color: rgb(186,116,70); }
div.DivClassName
{
background-color: #BA7446;
}
.BgClassName
{
background-color: #BA7446;
}
</style>
border-color css
<style>
span { border-color: #BA7446; }
span { border-color: rgb(186,116,70); }
td.TdClassName
{
border-color: #BA7446;
}
.TagClassName
{
border-color: #BA7446;
}
</style>