Shades of Brandy Punch #BA814D
Tints of Brandy Punch #BA814D
RGB
CMYK
RGB Variations
Color information
#BA814D (or 0xBA814D) is known color: Brandy Punch. HEX triplet: BA, 81 and 4D. RGB value is (186,129,77). Sum of RGB (Red+Green+Blue) = 186+129+77=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA814D is #457EB2. Grayscale: #8C8C8C. Windows color (decimal): -4554419 or 5079482. OLE color: 5079482.
HSL color Cylindrical-coordinate representation of color #BA814D: hue angle of 28.62º 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 #BA814D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 77 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.27 |
| HSL | 28.62º | 0.44% | 0.52% | - |
| HSV(B) | 28.62º | 0.59% | 0.73% | - |
| XYZ | 29.44 | 26.68 | 10.62 | - |
| YUV | 140.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 77 | 0 | 0.31 | 0.59 | 0.27 | 28.62 | 0.44 | 0.52 |
| Hex | BA | 81 | 4D | 0 | 1F | 3B | 1B | 1D | 2C | 34 |
| Octal | 272 | 201 | 115 | 0 | 37 | 73 | 33 | 35 | 54 | 64 |
| Binary | 10111010 | 10000001 | 1001101 | 0 | 11111 | 111011 | 11011 | 11101 | 101100 | 110100 |
Color Harmonies of #BA814D
Complementary color
Monochromatic Colors of #BA814D
Black with #BA814D
Text Example
Text Example
White with #BA814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA814D; }
p { color: rgb(186,129,77); }
H1.HeaderClassName
{
color: #BA814D;
}
.AnyTagClassName
{
color: #BA814D;
}
</style>
background-color css
<style>
a { background-color: #BA814D; }
a { background-color: rgb(186,129,77); }
div.DivClassName
{
background-color: #BA814D;
}
.BgClassName
{
background-color: #BA814D;
}
</style>
border-color css
<style>
span { border-color: #BA814D; }
span { border-color: rgb(186,129,77); }
td.TdClassName
{
border-color: #BA814D;
}
.TagClassName
{
border-color: #BA814D;
}
</style>