Shades of Brandy Punch #BA7E3F
Tints of Brandy Punch #BA7E3F
RGB
CMYK
RGB Variations
Color information
#BA7E3F (or 0xBA7E3F) is known color: Brandy Punch. HEX triplet: BA, 7E and 3F. RGB value is (186,126,63). Sum of RGB (Red+Green+Blue) = 186+126+63=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E3F is #4581C0. Grayscale: #898989. Windows color (decimal): -4555201 or 4161210. OLE color: 4161210.
HSL color Cylindrical-coordinate representation of color #BA7E3F: hue angle of 30.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA7E3F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 63 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.27 |
| HSL | 30.73º | 0.49% | 0.49% | - |
| HSV(B) | 30.73º | 0.66% | 0.73% | - |
| XYZ | 28.61 | 25.72 | 8.16 | - |
| YUV | 136.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 63 | 0 | 0.32 | 0.66 | 0.27 | 30.73 | 0.49 | 0.49 |
| Hex | BA | 7E | 3F | 0 | 20 | 42 | 1B | 1F | 31 | 31 |
| Octal | 272 | 176 | 77 | 0 | 40 | 102 | 33 | 37 | 61 | 61 |
| Binary | 10111010 | 1111110 | 111111 | 0 | 100000 | 1000010 | 11011 | 11111 | 110001 | 110001 |
Color Harmonies of #BA7E3F
Complementary color
Monochromatic Colors of #BA7E3F
Black with #BA7E3F
Text Example
Text Example
White with #BA7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E3F; }
p { color: rgb(186,126,63); }
H1.HeaderClassName
{
color: #BA7E3F;
}
.AnyTagClassName
{
color: #BA7E3F;
}
</style>
background-color css
<style>
a { background-color: #BA7E3F; }
a { background-color: rgb(186,126,63); }
div.DivClassName
{
background-color: #BA7E3F;
}
.BgClassName
{
background-color: #BA7E3F;
}
</style>
border-color css
<style>
span { border-color: #BA7E3F; }
span { border-color: rgb(186,126,63); }
td.TdClassName
{
border-color: #BA7E3F;
}
.TagClassName
{
border-color: #BA7E3F;
}
</style>