Shades of Brandy Punch #BA7F46
Tints of Brandy Punch #BA7F46
RGB
CMYK
RGB Variations
Color information
#BA7F46 (or 0xBA7F46) is known color: Brandy Punch. HEX triplet: BA, 7F and 46. RGB value is (186,127,70). Sum of RGB (Red+Green+Blue) = 186+127+70=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F46 is #4580B9. Grayscale: #8A8A8A. Windows color (decimal): -4554938 or 4620218. OLE color: 4620218.
HSL color Cylindrical-coordinate representation of color #BA7F46: hue angle of 29.48º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA7F46 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 70 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.27 |
| HSL | 29.48º | 0.46% | 0.5% | - |
| HSV(B) | 29.48º | 0.62% | 0.73% | - |
| XYZ | 28.94 | 26.06 | 9.3 | - |
| YUV | 138.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 70 | 0 | 0.32 | 0.62 | 0.27 | 29.48 | 0.46 | 0.5 |
| Hex | BA | 7F | 46 | 0 | 20 | 3E | 1B | 1D | 2E | 32 |
| Octal | 272 | 177 | 106 | 0 | 40 | 76 | 33 | 35 | 56 | 62 |
| Binary | 10111010 | 1111111 | 1000110 | 0 | 100000 | 111110 | 11011 | 11101 | 101110 | 110010 |
Color Harmonies of #BA7F46
Complementary color
Monochromatic Colors of #BA7F46
Black with #BA7F46
Text Example
Text Example
White with #BA7F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F46; }
p { color: rgb(186,127,70); }
H1.HeaderClassName
{
color: #BA7F46;
}
.AnyTagClassName
{
color: #BA7F46;
}
</style>
background-color css
<style>
a { background-color: #BA7F46; }
a { background-color: rgb(186,127,70); }
div.DivClassName
{
background-color: #BA7F46;
}
.BgClassName
{
background-color: #BA7F46;
}
</style>
border-color css
<style>
span { border-color: #BA7F46; }
span { border-color: rgb(186,127,70); }
td.TdClassName
{
border-color: #BA7F46;
}
.TagClassName
{
border-color: #BA7F46;
}
</style>