Shades of Brandy Punch #BA7D3E
Tints of Brandy Punch #BA7D3E
RGB
CMYK
RGB Variations
Color information
#BA7D3E (or 0xBA7D3E) is known color: Brandy Punch. HEX triplet: BA, 7D and 3E. RGB value is (186,125,62). Sum of RGB (Red+Green+Blue) = 186+125+62=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D3E is #4582C1. Grayscale: #888888. Windows color (decimal): -4555458 or 4095418. OLE color: 4095418.
HSL color Cylindrical-coordinate representation of color #BA7D3E: hue angle of 30.48º 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 #BA7D3E is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 62 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.27 |
| HSL | 30.48º | 0.5% | 0.49% | - |
| HSV(B) | 30.48º | 0.67% | 0.73% | - |
| XYZ | 28.45 | 25.45 | 7.97 | - |
| YUV | 136.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 62 | 0 | 0.33 | 0.67 | 0.27 | 30.48 | 0.5 | 0.49 |
| Hex | BA | 7D | 3E | 0 | 21 | 43 | 1B | 1E | 32 | 31 |
| Octal | 272 | 175 | 76 | 0 | 41 | 103 | 33 | 36 | 62 | 61 |
| Binary | 10111010 | 1111101 | 111110 | 0 | 100001 | 1000011 | 11011 | 11110 | 110010 | 110001 |
Color Harmonies of #BA7D3E
Complementary color
Monochromatic Colors of #BA7D3E
Black with #BA7D3E
Text Example
Text Example
White with #BA7D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D3E; }
p { color: rgb(186,125,62); }
H1.HeaderClassName
{
color: #BA7D3E;
}
.AnyTagClassName
{
color: #BA7D3E;
}
</style>
background-color css
<style>
a { background-color: #BA7D3E; }
a { background-color: rgb(186,125,62); }
div.DivClassName
{
background-color: #BA7D3E;
}
.BgClassName
{
background-color: #BA7D3E;
}
</style>
border-color css
<style>
span { border-color: #BA7D3E; }
span { border-color: rgb(186,125,62); }
td.TdClassName
{
border-color: #BA7D3E;
}
.TagClassName
{
border-color: #BA7D3E;
}
</style>