Shades of Brandy Punch #BA794F
Tints of Brandy Punch #BA794F
RGB
CMYK
RGB Variations
Color information
#BA794F (or 0xBA794F) is known color: Brandy Punch. HEX triplet: BA, 79 and 4F. RGB value is (186,121,79). Sum of RGB (Red+Green+Blue) = 186+121+79=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA794F is #4586B0. Grayscale: #878787. Windows color (decimal): -4556465 or 5208506. OLE color: 5208506.
HSL color Cylindrical-coordinate representation of color #BA794F: hue angle of 23.55º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA794F is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 79 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.27 |
| HSL | 23.55º | 0.44% | 0.52% | - |
| HSV(B) | 23.55º | 0.58% | 0.73% | - |
| XYZ | 28.5 | 24.68 | 10.66 | - |
| YUV | 135.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 79 | 0 | 0.35 | 0.58 | 0.27 | 23.55 | 0.44 | 0.52 |
| Hex | BA | 79 | 4F | 0 | 23 | 3A | 1B | 18 | 2C | 34 |
| Octal | 272 | 171 | 117 | 0 | 43 | 72 | 33 | 30 | 54 | 64 |
| Binary | 10111010 | 1111001 | 1001111 | 0 | 100011 | 111010 | 11011 | 11000 | 101100 | 110100 |
Color Harmonies of #BA794F
Complementary color
Monochromatic Colors of #BA794F
Black with #BA794F
Text Example
Text Example
White with #BA794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA794F; }
p { color: rgb(186,121,79); }
H1.HeaderClassName
{
color: #BA794F;
}
.AnyTagClassName
{
color: #BA794F;
}
</style>
background-color css
<style>
a { background-color: #BA794F; }
a { background-color: rgb(186,121,79); }
div.DivClassName
{
background-color: #BA794F;
}
.BgClassName
{
background-color: #BA794F;
}
</style>
border-color css
<style>
span { border-color: #BA794F; }
span { border-color: rgb(186,121,79); }
td.TdClassName
{
border-color: #BA794F;
}
.TagClassName
{
border-color: #BA794F;
}
</style>