Shades of Brandy Punch #BA7D3C
Tints of Brandy Punch #BA7D3C
RGB
CMYK
RGB Variations
Color information
#BA7D3C (or 0xBA7D3C) is known color: Brandy Punch. HEX triplet: BA, 7D and 3C. RGB value is (186,125,60). Sum of RGB (Red+Green+Blue) = 186+125+60=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D3C is #4582C3. Grayscale: #888888. Windows color (decimal): -4555460 or 3964346. OLE color: 3964346.
HSL color Cylindrical-coordinate representation of color #BA7D3C: hue angle of 30.95º 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 #BA7D3C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 60 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.27 |
| HSL | 30.95º | 0.51% | 0.48% | - |
| HSV(B) | 30.95º | 0.68% | 0.73% | - |
| XYZ | 28.4 | 25.43 | 7.69 | - |
| YUV | 135.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 60 | 0 | 0.33 | 0.68 | 0.27 | 30.95 | 0.51 | 0.48 |
| Hex | BA | 7D | 3C | 0 | 21 | 44 | 1B | 1F | 33 | 30 |
| Octal | 272 | 175 | 74 | 0 | 41 | 104 | 33 | 37 | 63 | 60 |
| Binary | 10111010 | 1111101 | 111100 | 0 | 100001 | 1000100 | 11011 | 11111 | 110011 | 110000 |
Color Harmonies of #BA7D3C
Complementary color
Monochromatic Colors of #BA7D3C
Black with #BA7D3C
Text Example
Text Example
White with #BA7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D3C; }
p { color: rgb(186,125,60); }
H1.HeaderClassName
{
color: #BA7D3C;
}
.AnyTagClassName
{
color: #BA7D3C;
}
</style>
background-color css
<style>
a { background-color: #BA7D3C; }
a { background-color: rgb(186,125,60); }
div.DivClassName
{
background-color: #BA7D3C;
}
.BgClassName
{
background-color: #BA7D3C;
}
</style>
border-color css
<style>
span { border-color: #BA7D3C; }
span { border-color: rgb(186,125,60); }
td.TdClassName
{
border-color: #BA7D3C;
}
.TagClassName
{
border-color: #BA7D3C;
}
</style>