Shades of Brandy Punch #BA813D
Tints of Brandy Punch #BA813D
RGB
CMYK
RGB Variations
Color information
#BA813D (or 0xBA813D) is known color: Brandy Punch. HEX triplet: BA, 81 and 3D. RGB value is (186,129,61). Sum of RGB (Red+Green+Blue) = 186+129+61=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA813D is #457EC2. Grayscale: #8A8A8A. Windows color (decimal): -4554435 or 4030906. OLE color: 4030906.
HSL color Cylindrical-coordinate representation of color #BA813D: hue angle of 32.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA813D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 61 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.27 |
| HSL | 32.64º | 0.51% | 0.48% | - |
| HSV(B) | 32.64º | 0.67% | 0.73% | - |
| XYZ | 28.94 | 26.48 | 8 | - |
| YUV | 138.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 61 | 0 | 0.31 | 0.67 | 0.27 | 32.64 | 0.51 | 0.48 |
| Hex | BA | 81 | 3D | 0 | 1F | 43 | 1B | 21 | 33 | 30 |
| Octal | 272 | 201 | 75 | 0 | 37 | 103 | 33 | 41 | 63 | 60 |
| Binary | 10111010 | 10000001 | 111101 | 0 | 11111 | 1000011 | 11011 | 100001 | 110011 | 110000 |
Color Harmonies of #BA813D
Complementary color
Monochromatic Colors of #BA813D
Black with #BA813D
Text Example
Text Example
White with #BA813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA813D; }
p { color: rgb(186,129,61); }
H1.HeaderClassName
{
color: #BA813D;
}
.AnyTagClassName
{
color: #BA813D;
}
</style>
background-color css
<style>
a { background-color: #BA813D; }
a { background-color: rgb(186,129,61); }
div.DivClassName
{
background-color: #BA813D;
}
.BgClassName
{
background-color: #BA813D;
}
</style>
border-color css
<style>
span { border-color: #BA813D; }
span { border-color: rgb(186,129,61); }
td.TdClassName
{
border-color: #BA813D;
}
.TagClassName
{
border-color: #BA813D;
}
</style>