Shades of Brandy Punch #BA824C
Tints of Brandy Punch #BA824C
RGB
CMYK
RGB Variations
Color information
#BA824C (or 0xBA824C) is known color: Brandy Punch. HEX triplet: BA, 82 and 4C. RGB value is (186,130,76). Sum of RGB (Red+Green+Blue) = 186+130+76=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA824C is #457DB3. Grayscale: #8C8C8C. Windows color (decimal): -4554164 or 5014202. OLE color: 5014202.
HSL color Cylindrical-coordinate representation of color #BA824C: hue angle of 29.45º 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 #BA824C is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 76 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.27 |
| HSL | 29.45º | 0.44% | 0.51% | - |
| HSV(B) | 29.45º | 0.59% | 0.73% | - |
| XYZ | 29.54 | 26.93 | 10.48 | - |
| YUV | 140.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 76 | 0 | 0.30 | 0.59 | 0.27 | 29.45 | 0.44 | 0.51 |
| Hex | BA | 82 | 4C | 0 | 1E | 3B | 1B | 1D | 2C | 33 |
| Octal | 272 | 202 | 114 | 0 | 36 | 73 | 33 | 35 | 54 | 63 |
| Binary | 10111010 | 10000010 | 1001100 | 0 | 11110 | 111011 | 11011 | 11101 | 101100 | 110011 |
Color Harmonies of #BA824C
Complementary color
Monochromatic Colors of #BA824C
Black with #BA824C
Text Example
Text Example
White with #BA824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA824C; }
p { color: rgb(186,130,76); }
H1.HeaderClassName
{
color: #BA824C;
}
.AnyTagClassName
{
color: #BA824C;
}
</style>
background-color css
<style>
a { background-color: #BA824C; }
a { background-color: rgb(186,130,76); }
div.DivClassName
{
background-color: #BA824C;
}
.BgClassName
{
background-color: #BA824C;
}
</style>
border-color css
<style>
span { border-color: #BA824C; }
span { border-color: rgb(186,130,76); }
td.TdClassName
{
border-color: #BA824C;
}
.TagClassName
{
border-color: #BA824C;
}
</style>