Shades of Brandy Punch #BA7C44
Tints of Brandy Punch #BA7C44
RGB
CMYK
RGB Variations
Color information
#BA7C44 (or 0xBA7C44) is known color: Brandy Punch. HEX triplet: BA, 7C and 44. RGB value is (186,124,68). Sum of RGB (Red+Green+Blue) = 186+124+68=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C44 is #4583BB. Grayscale: #888888. Windows color (decimal): -4555708 or 4488378. OLE color: 4488378.
HSL color Cylindrical-coordinate representation of color #BA7C44: hue angle of 28.47º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA7C44 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 68 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.27 |
| HSL | 28.47º | 0.46% | 0.5% | - |
| HSV(B) | 28.47º | 0.63% | 0.73% | - |
| XYZ | 28.5 | 25.27 | 8.84 | - |
| YUV | 136.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 68 | 0 | 0.33 | 0.63 | 0.27 | 28.47 | 0.46 | 0.5 |
| Hex | BA | 7C | 44 | 0 | 21 | 3F | 1B | 1C | 2E | 32 |
| Octal | 272 | 174 | 104 | 0 | 41 | 77 | 33 | 34 | 56 | 62 |
| Binary | 10111010 | 1111100 | 1000100 | 0 | 100001 | 111111 | 11011 | 11100 | 101110 | 110010 |
Color Harmonies of #BA7C44
Complementary color
Monochromatic Colors of #BA7C44
Black with #BA7C44
Text Example
Text Example
White with #BA7C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C44; }
p { color: rgb(186,124,68); }
H1.HeaderClassName
{
color: #BA7C44;
}
.AnyTagClassName
{
color: #BA7C44;
}
</style>
background-color css
<style>
a { background-color: #BA7C44; }
a { background-color: rgb(186,124,68); }
div.DivClassName
{
background-color: #BA7C44;
}
.BgClassName
{
background-color: #BA7C44;
}
</style>
border-color css
<style>
span { border-color: #BA7C44; }
span { border-color: rgb(186,124,68); }
td.TdClassName
{
border-color: #BA7C44;
}
.TagClassName
{
border-color: #BA7C44;
}
</style>