Shades of Brandy Punch #BA803B
Tints of Brandy Punch #BA803B
RGB
CMYK
RGB Variations
Color information
#BA803B (or 0xBA803B) is known color: Brandy Punch. HEX triplet: BA, 80 and 3B. RGB value is (186,128,59). Sum of RGB (Red+Green+Blue) = 186+128+59=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA803B is #457FC4. Grayscale: #898989. Windows color (decimal): -4554693 or 3899578. OLE color: 3899578.
HSL color Cylindrical-coordinate representation of color #BA803B: hue angle of 32.6º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA803B is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 59 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.27 |
| HSL | 32.6º | 0.52% | 0.48% | - |
| HSV(B) | 32.6º | 0.68% | 0.73% | - |
| XYZ | 28.76 | 26.19 | 7.68 | - |
| YUV | 137.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 59 | 0 | 0.31 | 0.68 | 0.27 | 32.6 | 0.52 | 0.48 |
| Hex | BA | 80 | 3B | 0 | 1F | 44 | 1B | 21 | 34 | 30 |
| Octal | 272 | 200 | 73 | 0 | 37 | 104 | 33 | 41 | 64 | 60 |
| Binary | 10111010 | 10000000 | 111011 | 0 | 11111 | 1000100 | 11011 | 100001 | 110100 | 110000 |
Color Harmonies of #BA803B
Complementary color
Monochromatic Colors of #BA803B
Black with #BA803B
Text Example
Text Example
White with #BA803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA803B; }
p { color: rgb(186,128,59); }
H1.HeaderClassName
{
color: #BA803B;
}
.AnyTagClassName
{
color: #BA803B;
}
</style>
background-color css
<style>
a { background-color: #BA803B; }
a { background-color: rgb(186,128,59); }
div.DivClassName
{
background-color: #BA803B;
}
.BgClassName
{
background-color: #BA803B;
}
</style>
border-color css
<style>
span { border-color: #BA803B; }
span { border-color: rgb(186,128,59); }
td.TdClassName
{
border-color: #BA803B;
}
.TagClassName
{
border-color: #BA803B;
}
</style>