Shades of Brandy Punch #BA824A
Tints of Brandy Punch #BA824A
RGB
CMYK
RGB Variations
Color information
#BA824A (or 0xBA824A) is known color: Brandy Punch. HEX triplet: BA, 82 and 4A. RGB value is (186,130,74). Sum of RGB (Red+Green+Blue) = 186+130+74=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA824A is #457DB5. Grayscale: #8C8C8C. Windows color (decimal): -4554166 or 4883130. OLE color: 4883130.
HSL color Cylindrical-coordinate representation of color #BA824A: hue angle of 30º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA824A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 74 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.27 |
| HSL | 30º | 0.45% | 0.51% | - |
| HSV(B) | 30º | 0.6% | 0.73% | - |
| XYZ | 29.47 | 26.9 | 10.12 | - |
| YUV | 140.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 74 | 0 | 0.30 | 0.60 | 0.27 | 30 | 0.45 | 0.51 |
| Hex | BA | 82 | 4A | 0 | 1E | 3C | 1B | 1E | 2D | 33 |
| Octal | 272 | 202 | 112 | 0 | 36 | 74 | 33 | 36 | 55 | 63 |
| Binary | 10111010 | 10000010 | 1001010 | 0 | 11110 | 111100 | 11011 | 11110 | 101101 | 110011 |
Color Harmonies of #BA824A
Complementary color
Monochromatic Colors of #BA824A
Black with #BA824A
Text Example
Text Example
White with #BA824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA824A; }
p { color: rgb(186,130,74); }
H1.HeaderClassName
{
color: #BA824A;
}
.AnyTagClassName
{
color: #BA824A;
}
</style>
background-color css
<style>
a { background-color: #BA824A; }
a { background-color: rgb(186,130,74); }
div.DivClassName
{
background-color: #BA824A;
}
.BgClassName
{
background-color: #BA824A;
}
</style>
border-color css
<style>
span { border-color: #BA824A; }
span { border-color: rgb(186,130,74); }
td.TdClassName
{
border-color: #BA824A;
}
.TagClassName
{
border-color: #BA824A;
}
</style>