Shades of Brandy Punch #BA783B
Tints of Brandy Punch #BA783B
RGB
CMYK
RGB Variations
Color information
#BA783B (or 0xBA783B) is known color: Brandy Punch. HEX triplet: BA, 78 and 3B. RGB value is (186,120,59). Sum of RGB (Red+Green+Blue) = 186+120+59=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA783B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA783B is #4587C4. Grayscale: #858585. Windows color (decimal): -4556741 or 3897530. OLE color: 3897530.
HSL color Cylindrical-coordinate representation of color #BA783B: hue angle of 28.82º 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 #BA783B is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 59 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.27 |
| HSL | 28.82º | 0.52% | 0.48% | - |
| HSV(B) | 28.82º | 0.68% | 0.73% | - |
| XYZ | 27.76 | 24.19 | 7.34 | - |
| YUV | 132.78 | 86.37 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 59 | 0 | 0.35 | 0.68 | 0.27 | 28.82 | 0.52 | 0.48 |
| Hex | BA | 78 | 3B | 0 | 23 | 44 | 1B | 1D | 34 | 30 |
| Octal | 272 | 170 | 73 | 0 | 43 | 104 | 33 | 35 | 64 | 60 |
| Binary | 10111010 | 1111000 | 111011 | 0 | 100011 | 1000100 | 11011 | 11101 | 110100 | 110000 |
Color Harmonies of #BA783B
Complementary color
Monochromatic Colors of #BA783B
Black with #BA783B
Text Example
Text Example
White with #BA783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA783B; }
p { color: rgb(186,120,59); }
H1.HeaderClassName
{
color: #BA783B;
}
.AnyTagClassName
{
color: #BA783B;
}
</style>
background-color css
<style>
a { background-color: #BA783B; }
a { background-color: rgb(186,120,59); }
div.DivClassName
{
background-color: #BA783B;
}
.BgClassName
{
background-color: #BA783B;
}
</style>
border-color css
<style>
span { border-color: #BA783B; }
span { border-color: rgb(186,120,59); }
td.TdClassName
{
border-color: #BA783B;
}
.TagClassName
{
border-color: #BA783B;
}
</style>