Shades of Brandy Punch #BA803A
Tints of Brandy Punch #BA803A
RGB
CMYK
RGB Variations
Color information
#BA803A (or 0xBA803A) is known color: Brandy Punch. HEX triplet: BA, 80 and 3A. RGB value is (186,128,58). Sum of RGB (Red+Green+Blue) = 186+128+58=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA803A is #457FC5. Grayscale: #898989. Windows color (decimal): -4554694 or 3834042. OLE color: 3834042.
HSL color Cylindrical-coordinate representation of color #BA803A: hue angle of 32.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA803A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 58 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.27 |
| HSL | 32.81º | 0.52% | 0.48% | - |
| HSV(B) | 32.81º | 0.69% | 0.73% | - |
| XYZ | 28.73 | 26.18 | 7.54 | - |
| YUV | 137.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 58 | 0 | 0.31 | 0.69 | 0.27 | 32.81 | 0.52 | 0.48 |
| Hex | BA | 80 | 3A | 0 | 1F | 45 | 1B | 21 | 34 | 30 |
| Octal | 272 | 200 | 72 | 0 | 37 | 105 | 33 | 41 | 64 | 60 |
| Binary | 10111010 | 10000000 | 111010 | 0 | 11111 | 1000101 | 11011 | 100001 | 110100 | 110000 |
Color Harmonies of #BA803A
Complementary color
Monochromatic Colors of #BA803A
Black with #BA803A
Text Example
Text Example
White with #BA803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA803A; }
p { color: rgb(186,128,58); }
H1.HeaderClassName
{
color: #BA803A;
}
.AnyTagClassName
{
color: #BA803A;
}
</style>
background-color css
<style>
a { background-color: #BA803A; }
a { background-color: rgb(186,128,58); }
div.DivClassName
{
background-color: #BA803A;
}
.BgClassName
{
background-color: #BA803A;
}
</style>
border-color css
<style>
span { border-color: #BA803A; }
span { border-color: rgb(186,128,58); }
td.TdClassName
{
border-color: #BA803A;
}
.TagClassName
{
border-color: #BA803A;
}
</style>