Shades of Brandy Punch #BA824D
Tints of Brandy Punch #BA824D
RGB
CMYK
RGB Variations
Color information
#BA824D (or 0xBA824D) is known color: Brandy Punch. HEX triplet: BA, 82 and 4D. RGB value is (186,130,77). Sum of RGB (Red+Green+Blue) = 186+130+77=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA824D is #457DB2. Grayscale: #8C8C8C. Windows color (decimal): -4554163 or 5079738. OLE color: 5079738.
HSL color Cylindrical-coordinate representation of color #BA824D: hue angle of 29.17º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA824D is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 77 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.27 |
| HSL | 29.17º | 0.44% | 0.52% | - |
| HSV(B) | 29.17º | 0.59% | 0.73% | - |
| XYZ | 29.57 | 26.94 | 10.66 | - |
| YUV | 140.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 77 | 0 | 0.30 | 0.59 | 0.27 | 29.17 | 0.44 | 0.52 |
| Hex | BA | 82 | 4D | 0 | 1E | 3B | 1B | 1D | 2C | 34 |
| Octal | 272 | 202 | 115 | 0 | 36 | 73 | 33 | 35 | 54 | 64 |
| Binary | 10111010 | 10000010 | 1001101 | 0 | 11110 | 111011 | 11011 | 11101 | 101100 | 110100 |
Color Harmonies of #BA824D
Complementary color
Monochromatic Colors of #BA824D
Black with #BA824D
Text Example
Text Example
White with #BA824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA824D; }
p { color: rgb(186,130,77); }
H1.HeaderClassName
{
color: #BA824D;
}
.AnyTagClassName
{
color: #BA824D;
}
</style>
background-color css
<style>
a { background-color: #BA824D; }
a { background-color: rgb(186,130,77); }
div.DivClassName
{
background-color: #BA824D;
}
.BgClassName
{
background-color: #BA824D;
}
</style>
border-color css
<style>
span { border-color: #BA824D; }
span { border-color: rgb(186,130,77); }
td.TdClassName
{
border-color: #BA824D;
}
.TagClassName
{
border-color: #BA824D;
}
</style>