Shades of Brandy Punch #BA7C4B
Tints of Brandy Punch #BA7C4B
RGB
CMYK
RGB Variations
Color information
#BA7C4B (or 0xBA7C4B) is known color: Brandy Punch. HEX triplet: BA, 7C and 4B. RGB value is (186,124,75). Sum of RGB (Red+Green+Blue) = 186+124+75=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C4B is #4583B4. Grayscale: #898989. Windows color (decimal): -4555701 or 4947130. OLE color: 4947130.
HSL color Cylindrical-coordinate representation of color #BA7C4B: hue angle of 26.49º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA7C4B is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 75 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.27 |
| HSL | 26.49º | 0.45% | 0.51% | - |
| HSV(B) | 26.49º | 0.6% | 0.73% | - |
| XYZ | 28.73 | 25.36 | 10.04 | - |
| YUV | 136.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 75 | 0 | 0.33 | 0.60 | 0.27 | 26.49 | 0.45 | 0.51 |
| Hex | BA | 7C | 4B | 0 | 21 | 3C | 1B | 1A | 2D | 33 |
| Octal | 272 | 174 | 113 | 0 | 41 | 74 | 33 | 32 | 55 | 63 |
| Binary | 10111010 | 1111100 | 1001011 | 0 | 100001 | 111100 | 11011 | 11010 | 101101 | 110011 |
Color Harmonies of #BA7C4B
Complementary color
Monochromatic Colors of #BA7C4B
Black with #BA7C4B
Text Example
Text Example
White with #BA7C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C4B; }
p { color: rgb(186,124,75); }
H1.HeaderClassName
{
color: #BA7C4B;
}
.AnyTagClassName
{
color: #BA7C4B;
}
</style>
background-color css
<style>
a { background-color: #BA7C4B; }
a { background-color: rgb(186,124,75); }
div.DivClassName
{
background-color: #BA7C4B;
}
.BgClassName
{
background-color: #BA7C4B;
}
</style>
border-color css
<style>
span { border-color: #BA7C4B; }
span { border-color: rgb(186,124,75); }
td.TdClassName
{
border-color: #BA7C4B;
}
.TagClassName
{
border-color: #BA7C4B;
}
</style>