Shades of Brandy Punch #BA783F
Tints of Brandy Punch #BA783F
RGB
CMYK
RGB Variations
Color information
#BA783F (or 0xBA783F) is known color: Brandy Punch. HEX triplet: BA, 78 and 3F. RGB value is (186,120,63). Sum of RGB (Red+Green+Blue) = 186+120+63=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA783F is #4587C0. Grayscale: #858585. Windows color (decimal): -4556737 or 4159674. OLE color: 4159674.
HSL color Cylindrical-coordinate representation of color #BA783F: hue angle of 27.8º 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 #BA783F is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 63 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.27 |
| HSL | 27.8º | 0.49% | 0.49% | - |
| HSV(B) | 27.8º | 0.66% | 0.73% | - |
| XYZ | 27.86 | 24.23 | 7.91 | - |
| YUV | 133.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 63 | 0 | 0.35 | 0.66 | 0.27 | 27.8 | 0.49 | 0.49 |
| Hex | BA | 78 | 3F | 0 | 23 | 42 | 1B | 1C | 31 | 31 |
| Octal | 272 | 170 | 77 | 0 | 43 | 102 | 33 | 34 | 61 | 61 |
| Binary | 10111010 | 1111000 | 111111 | 0 | 100011 | 1000010 | 11011 | 11100 | 110001 | 110001 |
Color Harmonies of #BA783F
Complementary color
Monochromatic Colors of #BA783F
Black with #BA783F
Text Example
Text Example
White with #BA783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA783F; }
p { color: rgb(186,120,63); }
H1.HeaderClassName
{
color: #BA783F;
}
.AnyTagClassName
{
color: #BA783F;
}
</style>
background-color css
<style>
a { background-color: #BA783F; }
a { background-color: rgb(186,120,63); }
div.DivClassName
{
background-color: #BA783F;
}
.BgClassName
{
background-color: #BA783F;
}
</style>
border-color css
<style>
span { border-color: #BA783F; }
span { border-color: rgb(186,120,63); }
td.TdClassName
{
border-color: #BA783F;
}
.TagClassName
{
border-color: #BA783F;
}
</style>