Shades of Brandy Punch #BA773B
Tints of Brandy Punch #BA773B
RGB
CMYK
RGB Variations
Color information
#BA773B (or 0xBA773B) is known color: Brandy Punch. HEX triplet: BA, 77 and 3B. RGB value is (186,119,59). Sum of RGB (Red+Green+Blue) = 186+119+59=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA773B is #4588C4. Grayscale: #848484. Windows color (decimal): -4556997 or 3897274. OLE color: 3897274.
HSL color Cylindrical-coordinate representation of color #BA773B: hue angle of 28.35º 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 #BA773B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 59 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.27 |
| HSL | 28.35º | 0.52% | 0.48% | - |
| HSV(B) | 28.35º | 0.68% | 0.73% | - |
| XYZ | 27.64 | 23.95 | 7.3 | - |
| YUV | 132.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 59 | 0 | 0.36 | 0.68 | 0.27 | 28.35 | 0.52 | 0.48 |
| Hex | BA | 77 | 3B | 0 | 24 | 44 | 1B | 1C | 34 | 30 |
| Octal | 272 | 167 | 73 | 0 | 44 | 104 | 33 | 34 | 64 | 60 |
| Binary | 10111010 | 1110111 | 111011 | 0 | 100100 | 1000100 | 11011 | 11100 | 110100 | 110000 |
Color Harmonies of #BA773B
Complementary color
Monochromatic Colors of #BA773B
Black with #BA773B
Text Example
Text Example
White with #BA773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA773B; }
p { color: rgb(186,119,59); }
H1.HeaderClassName
{
color: #BA773B;
}
.AnyTagClassName
{
color: #BA773B;
}
</style>
background-color css
<style>
a { background-color: #BA773B; }
a { background-color: rgb(186,119,59); }
div.DivClassName
{
background-color: #BA773B;
}
.BgClassName
{
background-color: #BA773B;
}
</style>
border-color css
<style>
span { border-color: #BA773B; }
span { border-color: rgb(186,119,59); }
td.TdClassName
{
border-color: #BA773B;
}
.TagClassName
{
border-color: #BA773B;
}
</style>