Shades of Brandy Punch #BA783E
Tints of Brandy Punch #BA783E
RGB
CMYK
RGB Variations
Color information
#BA783E (or 0xBA783E) is known color: Brandy Punch. HEX triplet: BA, 78 and 3E. RGB value is (186,120,62). Sum of RGB (Red+Green+Blue) = 186+120+62=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA783E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA783E is #4587C1. Grayscale: #858585. Windows color (decimal): -4556738 or 4094138. OLE color: 4094138.
HSL color Cylindrical-coordinate representation of color #BA783E: hue angle of 28.06º 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 #BA783E is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 62 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.27 |
| HSL | 28.06º | 0.5% | 0.49% | - |
| HSV(B) | 28.06º | 0.67% | 0.73% | - |
| XYZ | 27.84 | 24.22 | 7.77 | - |
| YUV | 133.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 62 | 0 | 0.35 | 0.67 | 0.27 | 28.06 | 0.5 | 0.49 |
| Hex | BA | 78 | 3E | 0 | 23 | 43 | 1B | 1C | 32 | 31 |
| Octal | 272 | 170 | 76 | 0 | 43 | 103 | 33 | 34 | 62 | 61 |
| Binary | 10111010 | 1111000 | 111110 | 0 | 100011 | 1000011 | 11011 | 11100 | 110010 | 110001 |
Color Harmonies of #BA783E
Complementary color
Monochromatic Colors of #BA783E
Black with #BA783E
Text Example
Text Example
White with #BA783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA783E; }
p { color: rgb(186,120,62); }
H1.HeaderClassName
{
color: #BA783E;
}
.AnyTagClassName
{
color: #BA783E;
}
</style>
background-color css
<style>
a { background-color: #BA783E; }
a { background-color: rgb(186,120,62); }
div.DivClassName
{
background-color: #BA783E;
}
.BgClassName
{
background-color: #BA783E;
}
</style>
border-color css
<style>
span { border-color: #BA783E; }
span { border-color: rgb(186,120,62); }
td.TdClassName
{
border-color: #BA783E;
}
.TagClassName
{
border-color: #BA783E;
}
</style>