Shades of Brandy Punch #BA8142
Tints of Brandy Punch #BA8142
RGB
CMYK
RGB Variations
Color information
#BA8142 (or 0xBA8142) is known color: Brandy Punch. HEX triplet: BA, 81 and 42. RGB value is (186,129,66). Sum of RGB (Red+Green+Blue) = 186+129+66=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8142 is #457EBD. Grayscale: #8B8B8B. Windows color (decimal): -4554430 or 4358586. OLE color: 4358586.
HSL color Cylindrical-coordinate representation of color #BA8142: hue angle of 31.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA8142 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 66 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.27 |
| HSL | 31.5º | 0.48% | 0.49% | - |
| HSV(B) | 31.5º | 0.65% | 0.73% | - |
| XYZ | 29.08 | 26.53 | 8.74 | - |
| YUV | 138.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 66 | 0 | 0.31 | 0.65 | 0.27 | 31.5 | 0.48 | 0.49 |
| Hex | BA | 81 | 42 | 0 | 1F | 41 | 1B | 1F | 30 | 31 |
| Octal | 272 | 201 | 102 | 0 | 37 | 101 | 33 | 37 | 60 | 61 |
| Binary | 10111010 | 10000001 | 1000010 | 0 | 11111 | 1000001 | 11011 | 11111 | 110000 | 110001 |
Color Harmonies of #BA8142
Complementary color
Monochromatic Colors of #BA8142
Black with #BA8142
Text Example
Text Example
White with #BA8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8142; }
p { color: rgb(186,129,66); }
H1.HeaderClassName
{
color: #BA8142;
}
.AnyTagClassName
{
color: #BA8142;
}
</style>
background-color css
<style>
a { background-color: #BA8142; }
a { background-color: rgb(186,129,66); }
div.DivClassName
{
background-color: #BA8142;
}
.BgClassName
{
background-color: #BA8142;
}
</style>
border-color css
<style>
span { border-color: #BA8142; }
span { border-color: rgb(186,129,66); }
td.TdClassName
{
border-color: #BA8142;
}
.TagClassName
{
border-color: #BA8142;
}
</style>