Shades of Brandy Punch #BA844C
Tints of Brandy Punch #BA844C
RGB
CMYK
RGB Variations
Color information
#BA844C (or 0xBA844C) is known color: Brandy Punch. HEX triplet: BA, 84 and 4C. RGB value is (186,132,76). Sum of RGB (Red+Green+Blue) = 186+132+76=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA844C is #457BB3. Grayscale: #8E8E8E. Windows color (decimal): -4553652 or 5014714. OLE color: 5014714.
HSL color Cylindrical-coordinate representation of color #BA844C: hue angle of 30.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA844C is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 76 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.27 |
| HSL | 30.55º | 0.44% | 0.51% | - |
| HSV(B) | 30.55º | 0.59% | 0.73% | - |
| XYZ | 29.81 | 27.46 | 10.57 | - |
| YUV | 141.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 76 | 0 | 0.29 | 0.59 | 0.27 | 30.55 | 0.44 | 0.51 |
| Hex | BA | 84 | 4C | 0 | 1D | 3B | 1B | 1F | 2C | 33 |
| Octal | 272 | 204 | 114 | 0 | 35 | 73 | 33 | 37 | 54 | 63 |
| Binary | 10111010 | 10000100 | 1001100 | 0 | 11101 | 111011 | 11011 | 11111 | 101100 | 110011 |
Color Harmonies of #BA844C
Complementary color
Monochromatic Colors of #BA844C
Black with #BA844C
Text Example
Text Example
White with #BA844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA844C; }
p { color: rgb(186,132,76); }
H1.HeaderClassName
{
color: #BA844C;
}
.AnyTagClassName
{
color: #BA844C;
}
</style>
background-color css
<style>
a { background-color: #BA844C; }
a { background-color: rgb(186,132,76); }
div.DivClassName
{
background-color: #BA844C;
}
.BgClassName
{
background-color: #BA844C;
}
</style>
border-color css
<style>
span { border-color: #BA844C; }
span { border-color: rgb(186,132,76); }
td.TdClassName
{
border-color: #BA844C;
}
.TagClassName
{
border-color: #BA844C;
}
</style>