Shades of Brandy Punch #BA773C
Tints of Brandy Punch #BA773C
RGB
CMYK
RGB Variations
Color information
#BA773C (or 0xBA773C) is known color: Brandy Punch. HEX triplet: BA, 77 and 3C. RGB value is (186,119,60). Sum of RGB (Red+Green+Blue) = 186+119+60=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA773C is #4588C3. Grayscale: #848484. Windows color (decimal): -4556996 or 3962810. OLE color: 3962810.
HSL color Cylindrical-coordinate representation of color #BA773C: hue angle of 28.1º degrees, saturation: 0.51, 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 #BA773C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 60 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.27 |
| HSL | 28.1º | 0.51% | 0.48% | - |
| HSV(B) | 28.1º | 0.68% | 0.73% | - |
| XYZ | 27.66 | 23.96 | 7.44 | - |
| YUV | 132.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 60 | 0 | 0.36 | 0.68 | 0.27 | 28.1 | 0.51 | 0.48 |
| Hex | BA | 77 | 3C | 0 | 24 | 44 | 1B | 1C | 33 | 30 |
| Octal | 272 | 167 | 74 | 0 | 44 | 104 | 33 | 34 | 63 | 60 |
| Binary | 10111010 | 1110111 | 111100 | 0 | 100100 | 1000100 | 11011 | 11100 | 110011 | 110000 |
Color Harmonies of #BA773C
Complementary color
Monochromatic Colors of #BA773C
Black with #BA773C
Text Example
Text Example
White with #BA773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA773C; }
p { color: rgb(186,119,60); }
H1.HeaderClassName
{
color: #BA773C;
}
.AnyTagClassName
{
color: #BA773C;
}
</style>
background-color css
<style>
a { background-color: #BA773C; }
a { background-color: rgb(186,119,60); }
div.DivClassName
{
background-color: #BA773C;
}
.BgClassName
{
background-color: #BA773C;
}
</style>
border-color css
<style>
span { border-color: #BA773C; }
span { border-color: rgb(186,119,60); }
td.TdClassName
{
border-color: #BA773C;
}
.TagClassName
{
border-color: #BA773C;
}
</style>