Shades of Brandy Punch #BA8140
Tints of Brandy Punch #BA8140
RGB
CMYK
RGB Variations
Color information
#BA8140 (or 0xBA8140) is known color: Brandy Punch. HEX triplet: BA, 81 and 40. RGB value is (186,129,64). Sum of RGB (Red+Green+Blue) = 186+129+64=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8140 is #457EBF. Grayscale: #8A8A8A. Windows color (decimal): -4554432 or 4227514. OLE color: 4227514.
HSL color Cylindrical-coordinate representation of color #BA8140: hue angle of 31.97º 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 #BA8140 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 64 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.27 |
| HSL | 31.97º | 0.49% | 0.49% | - |
| HSV(B) | 31.97º | 0.66% | 0.73% | - |
| XYZ | 29.03 | 26.51 | 8.44 | - |
| YUV | 138.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 64 | 0 | 0.31 | 0.66 | 0.27 | 31.97 | 0.49 | 0.49 |
| Hex | BA | 81 | 40 | 0 | 1F | 42 | 1B | 20 | 31 | 31 |
| Octal | 272 | 201 | 100 | 0 | 37 | 102 | 33 | 40 | 61 | 61 |
| Binary | 10111010 | 10000001 | 1000000 | 0 | 11111 | 1000010 | 11011 | 100000 | 110001 | 110001 |
Color Harmonies of #BA8140
Complementary color
Monochromatic Colors of #BA8140
Black with #BA8140
Text Example
Text Example
White with #BA8140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8140; }
p { color: rgb(186,129,64); }
H1.HeaderClassName
{
color: #BA8140;
}
.AnyTagClassName
{
color: #BA8140;
}
</style>
background-color css
<style>
a { background-color: #BA8140; }
a { background-color: rgb(186,129,64); }
div.DivClassName
{
background-color: #BA8140;
}
.BgClassName
{
background-color: #BA8140;
}
</style>
border-color css
<style>
span { border-color: #BA8140; }
span { border-color: rgb(186,129,64); }
td.TdClassName
{
border-color: #BA8140;
}
.TagClassName
{
border-color: #BA8140;
}
</style>