Shades of Brandy Punch #BA804F
Tints of Brandy Punch #BA804F
RGB
CMYK
RGB Variations
Color information
#BA804F (or 0xBA804F) is known color: Brandy Punch. HEX triplet: BA, 80 and 4F. RGB value is (186,128,79). Sum of RGB (Red+Green+Blue) = 186+128+79=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA804F is #457FB0. Grayscale: #8C8C8C. Windows color (decimal): -4554673 or 5210298. OLE color: 5210298.
HSL color Cylindrical-coordinate representation of color #BA804F: hue angle of 27.48º 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 #BA804F is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 79 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.27 |
| HSL | 27.48º | 0.44% | 0.52% | - |
| HSV(B) | 27.48º | 0.58% | 0.73% | - |
| XYZ | 29.38 | 26.44 | 10.95 | - |
| YUV | 139.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 79 | 0 | 0.31 | 0.58 | 0.27 | 27.48 | 0.44 | 0.52 |
| Hex | BA | 80 | 4F | 0 | 1F | 3A | 1B | 1B | 2C | 34 |
| Octal | 272 | 200 | 117 | 0 | 37 | 72 | 33 | 33 | 54 | 64 |
| Binary | 10111010 | 10000000 | 1001111 | 0 | 11111 | 111010 | 11011 | 11011 | 101100 | 110100 |
Color Harmonies of #BA804F
Complementary color
Monochromatic Colors of #BA804F
Black with #BA804F
Text Example
Text Example
White with #BA804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA804F; }
p { color: rgb(186,128,79); }
H1.HeaderClassName
{
color: #BA804F;
}
.AnyTagClassName
{
color: #BA804F;
}
</style>
background-color css
<style>
a { background-color: #BA804F; }
a { background-color: rgb(186,128,79); }
div.DivClassName
{
background-color: #BA804F;
}
.BgClassName
{
background-color: #BA804F;
}
</style>
border-color css
<style>
span { border-color: #BA804F; }
span { border-color: rgb(186,128,79); }
td.TdClassName
{
border-color: #BA804F;
}
.TagClassName
{
border-color: #BA804F;
}
</style>