Shades of Brandy Punch #BA773E
Tints of Brandy Punch #BA773E
RGB
CMYK
RGB Variations
Color information
#BA773E (or 0xBA773E) is known color: Brandy Punch. HEX triplet: BA, 77 and 3E. RGB value is (186,119,62). Sum of RGB (Red+Green+Blue) = 186+119+62=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA773E is #4588C1. Grayscale: #848484. Windows color (decimal): -4556994 or 4093882. OLE color: 4093882.
HSL color Cylindrical-coordinate representation of color #BA773E: hue angle of 27.58º 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 #BA773E is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 62 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.27 |
| HSL | 27.58º | 0.5% | 0.49% | - |
| HSV(B) | 27.58º | 0.67% | 0.73% | - |
| XYZ | 27.72 | 23.98 | 7.73 | - |
| YUV | 132.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 62 | 0 | 0.36 | 0.67 | 0.27 | 27.58 | 0.5 | 0.49 |
| Hex | BA | 77 | 3E | 0 | 24 | 43 | 1B | 1C | 32 | 31 |
| Octal | 272 | 167 | 76 | 0 | 44 | 103 | 33 | 34 | 62 | 61 |
| Binary | 10111010 | 1110111 | 111110 | 0 | 100100 | 1000011 | 11011 | 11100 | 110010 | 110001 |
Color Harmonies of #BA773E
Complementary color
Monochromatic Colors of #BA773E
Black with #BA773E
Text Example
Text Example
White with #BA773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA773E; }
p { color: rgb(186,119,62); }
H1.HeaderClassName
{
color: #BA773E;
}
.AnyTagClassName
{
color: #BA773E;
}
</style>
background-color css
<style>
a { background-color: #BA773E; }
a { background-color: rgb(186,119,62); }
div.DivClassName
{
background-color: #BA773E;
}
.BgClassName
{
background-color: #BA773E;
}
</style>
border-color css
<style>
span { border-color: #BA773E; }
span { border-color: rgb(186,119,62); }
td.TdClassName
{
border-color: #BA773E;
}
.TagClassName
{
border-color: #BA773E;
}
</style>