Shades of Brandy Punch #BA7E3C
Tints of Brandy Punch #BA7E3C
RGB
CMYK
RGB Variations
Color information
#BA7E3C (or 0xBA7E3C) is known color: Brandy Punch. HEX triplet: BA, 7E and 3C. RGB value is (186,126,60). Sum of RGB (Red+Green+Blue) = 186+126+60=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E3C is #4581C3. Grayscale: #888888. Windows color (decimal): -4555204 or 3964602. OLE color: 3964602.
HSL color Cylindrical-coordinate representation of color #BA7E3C: hue angle of 31.43º 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 #BA7E3C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 126 | 60 | - |
CMYK | 0 | 0.32 | 0.68 | 0.27 |
HSL | 31.43º | 0.51% | 0.48% | - |
HSV(B) | 31.43º | 0.68% | 0.73% | - |
XYZ | 28.53 | 25.69 | 7.73 | - |
YUV | 136.42 | 84.88 | 163.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 126 | 60 | 0 | 0.32 | 0.68 | 0.27 | 31.43 | 0.51 | 0.48 |
Hex | BA | 7E | 3C | 0 | 20 | 44 | 1B | 1F | 33 | 30 |
Octal | 272 | 176 | 74 | 0 | 40 | 104 | 33 | 37 | 63 | 60 |
Binary | 10111010 | 1111110 | 111100 | 0 | 100000 | 1000100 | 11011 | 11111 | 110011 | 110000 |
Color Harmonies of #BA7E3C
Complementary color
Monochromatic Colors of #BA7E3C
Black with #BA7E3C
Text Example
Text Example
White with #BA7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E3C; }
p { color: rgb(186,126,60); }
H1.HeaderClassName
{
color: #BA7E3C;
}
.AnyTagClassName
{
color: #BA7E3C;
}
</style>
background-color css
<style>
a { background-color: #BA7E3C; }
a { background-color: rgb(186,126,60); }
div.DivClassName
{
background-color: #BA7E3C;
}
.BgClassName
{
background-color: #BA7E3C;
}
</style>
border-color css
<style>
span { border-color: #BA7E3C; }
span { border-color: rgb(186,126,60); }
td.TdClassName
{
border-color: #BA7E3C;
}
.TagClassName
{
border-color: #BA7E3C;
}
</style>