Shades of Brandy Punch #BA803E
Tints of Brandy Punch #BA803E
RGB
CMYK
RGB Variations
Color information
#BA803E (or 0xBA803E) is known color: Brandy Punch. HEX triplet: BA, 80 and 3E. RGB value is (186,128,62). Sum of RGB (Red+Green+Blue) = 186+128+62=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA803E is #457FC1. Grayscale: #8A8A8A. Windows color (decimal): -4554690 or 4096186. OLE color: 4096186.
HSL color Cylindrical-coordinate representation of color #BA803E: hue angle of 31.94º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA803E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 62 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.27 |
| HSL | 31.94º | 0.5% | 0.49% | - |
| HSV(B) | 31.94º | 0.67% | 0.73% | - |
| XYZ | 28.84 | 26.23 | 8.1 | - |
| YUV | 137.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 62 | 0 | 0.31 | 0.67 | 0.27 | 31.94 | 0.5 | 0.49 |
| Hex | BA | 80 | 3E | 0 | 1F | 43 | 1B | 20 | 32 | 31 |
| Octal | 272 | 200 | 76 | 0 | 37 | 103 | 33 | 40 | 62 | 61 |
| Binary | 10111010 | 10000000 | 111110 | 0 | 11111 | 1000011 | 11011 | 100000 | 110010 | 110001 |
Color Harmonies of #BA803E
Complementary color
Monochromatic Colors of #BA803E
Black with #BA803E
Text Example
Text Example
White with #BA803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA803E; }
p { color: rgb(186,128,62); }
H1.HeaderClassName
{
color: #BA803E;
}
.AnyTagClassName
{
color: #BA803E;
}
</style>
background-color css
<style>
a { background-color: #BA803E; }
a { background-color: rgb(186,128,62); }
div.DivClassName
{
background-color: #BA803E;
}
.BgClassName
{
background-color: #BA803E;
}
</style>
border-color css
<style>
span { border-color: #BA803E; }
span { border-color: rgb(186,128,62); }
td.TdClassName
{
border-color: #BA803E;
}
.TagClassName
{
border-color: #BA803E;
}
</style>