Shades of Brandy Punch #BA803F
Tints of Brandy Punch #BA803F
RGB
CMYK
RGB Variations
Color information
#BA803F (or 0xBA803F) is known color: Brandy Punch. HEX triplet: BA, 80 and 3F. RGB value is (186,128,63). Sum of RGB (Red+Green+Blue) = 186+128+63=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA803F is #457FC0. Grayscale: #8A8A8A. Windows color (decimal): -4554689 or 4161722. OLE color: 4161722.
HSL color Cylindrical-coordinate representation of color #BA803F: hue angle of 31.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA803F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 63 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.27 |
| HSL | 31.71º | 0.49% | 0.49% | - |
| HSV(B) | 31.71º | 0.66% | 0.73% | - |
| XYZ | 28.87 | 26.24 | 8.25 | - |
| YUV | 137.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 63 | 0 | 0.31 | 0.66 | 0.27 | 31.71 | 0.49 | 0.49 |
| Hex | BA | 80 | 3F | 0 | 1F | 42 | 1B | 20 | 31 | 31 |
| Octal | 272 | 200 | 77 | 0 | 37 | 102 | 33 | 40 | 61 | 61 |
| Binary | 10111010 | 10000000 | 111111 | 0 | 11111 | 1000010 | 11011 | 100000 | 110001 | 110001 |
Color Harmonies of #BA803F
Complementary color
Monochromatic Colors of #BA803F
Black with #BA803F
Text Example
Text Example
White with #BA803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA803F; }
p { color: rgb(186,128,63); }
H1.HeaderClassName
{
color: #BA803F;
}
.AnyTagClassName
{
color: #BA803F;
}
</style>
background-color css
<style>
a { background-color: #BA803F; }
a { background-color: rgb(186,128,63); }
div.DivClassName
{
background-color: #BA803F;
}
.BgClassName
{
background-color: #BA803F;
}
</style>
border-color css
<style>
span { border-color: #BA803F; }
span { border-color: rgb(186,128,63); }
td.TdClassName
{
border-color: #BA803F;
}
.TagClassName
{
border-color: #BA803F;
}
</style>