Shades of Brandy Punch #BA7F3C
Tints of Brandy Punch #BA7F3C
RGB
CMYK
RGB Variations
Color information
#BA7F3C (or 0xBA7F3C) is known color: Brandy Punch. HEX triplet: BA, 7F and 3C. RGB value is (186,127,60). Sum of RGB (Red+Green+Blue) = 186+127+60=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F3C is #4580C3. Grayscale: #898989. Windows color (decimal): -4554948 or 3964858. OLE color: 3964858.
HSL color Cylindrical-coordinate representation of color #BA7F3C: hue angle of 31.9º 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 #BA7F3C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 60 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.27 |
| HSL | 31.9º | 0.51% | 0.48% | - |
| HSV(B) | 31.9º | 0.68% | 0.73% | - |
| XYZ | 28.65 | 25.94 | 7.77 | - |
| YUV | 137 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 60 | 0 | 0.32 | 0.68 | 0.27 | 31.9 | 0.51 | 0.48 |
| Hex | BA | 7F | 3C | 0 | 20 | 44 | 1B | 20 | 33 | 30 |
| Octal | 272 | 177 | 74 | 0 | 40 | 104 | 33 | 40 | 63 | 60 |
| Binary | 10111010 | 1111111 | 111100 | 0 | 100000 | 1000100 | 11011 | 100000 | 110011 | 110000 |
Color Harmonies of #BA7F3C
Complementary color
Monochromatic Colors of #BA7F3C
Black with #BA7F3C
Text Example
Text Example
White with #BA7F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F3C; }
p { color: rgb(186,127,60); }
H1.HeaderClassName
{
color: #BA7F3C;
}
.AnyTagClassName
{
color: #BA7F3C;
}
</style>
background-color css
<style>
a { background-color: #BA7F3C; }
a { background-color: rgb(186,127,60); }
div.DivClassName
{
background-color: #BA7F3C;
}
.BgClassName
{
background-color: #BA7F3C;
}
</style>
border-color css
<style>
span { border-color: #BA7F3C; }
span { border-color: rgb(186,127,60); }
td.TdClassName
{
border-color: #BA7F3C;
}
.TagClassName
{
border-color: #BA7F3C;
}
</style>