Shades of Brandy Punch #BA7F3F
Tints of Brandy Punch #BA7F3F
RGB
CMYK
RGB Variations
Color information
#BA7F3F (or 0xBA7F3F) is known color: Brandy Punch. HEX triplet: BA, 7F and 3F. RGB value is (186,127,63). Sum of RGB (Red+Green+Blue) = 186+127+63=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F3F is #4580C0. Grayscale: #898989. Windows color (decimal): -4554945 or 4161466. OLE color: 4161466.
HSL color Cylindrical-coordinate representation of color #BA7F3F: hue angle of 31.22º 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 #BA7F3F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 63 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.27 |
| HSL | 31.22º | 0.49% | 0.49% | - |
| HSV(B) | 31.22º | 0.66% | 0.73% | - |
| XYZ | 28.74 | 25.98 | 8.2 | - |
| YUV | 137.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 63 | 0 | 0.32 | 0.66 | 0.27 | 31.22 | 0.49 | 0.49 |
| Hex | BA | 7F | 3F | 0 | 20 | 42 | 1B | 1F | 31 | 31 |
| Octal | 272 | 177 | 77 | 0 | 40 | 102 | 33 | 37 | 61 | 61 |
| Binary | 10111010 | 1111111 | 111111 | 0 | 100000 | 1000010 | 11011 | 11111 | 110001 | 110001 |
Color Harmonies of #BA7F3F
Complementary color
Monochromatic Colors of #BA7F3F
Black with #BA7F3F
Text Example
Text Example
White with #BA7F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F3F; }
p { color: rgb(186,127,63); }
H1.HeaderClassName
{
color: #BA7F3F;
}
.AnyTagClassName
{
color: #BA7F3F;
}
</style>
background-color css
<style>
a { background-color: #BA7F3F; }
a { background-color: rgb(186,127,63); }
div.DivClassName
{
background-color: #BA7F3F;
}
.BgClassName
{
background-color: #BA7F3F;
}
</style>
border-color css
<style>
span { border-color: #BA7F3F; }
span { border-color: rgb(186,127,63); }
td.TdClassName
{
border-color: #BA7F3F;
}
.TagClassName
{
border-color: #BA7F3F;
}
</style>