Shades of Brandy Punch #BA803D
Tints of Brandy Punch #BA803D
RGB
CMYK
RGB Variations
Color information
#BA803D (or 0xBA803D) is known color: Brandy Punch. HEX triplet: BA, 80 and 3D. RGB value is (186,128,61). Sum of RGB (Red+Green+Blue) = 186+128+61=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA803D is #457FC2. Grayscale: #8A8A8A. Windows color (decimal): -4554691 or 4030650. OLE color: 4030650.
HSL color Cylindrical-coordinate representation of color #BA803D: hue angle of 32.16º 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 #BA803D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 61 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.27 |
| HSL | 32.16º | 0.51% | 0.48% | - |
| HSV(B) | 32.16º | 0.67% | 0.73% | - |
| XYZ | 28.81 | 26.21 | 7.96 | - |
| YUV | 137.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 61 | 0 | 0.31 | 0.67 | 0.27 | 32.16 | 0.51 | 0.48 |
| Hex | BA | 80 | 3D | 0 | 1F | 43 | 1B | 20 | 33 | 30 |
| Octal | 272 | 200 | 75 | 0 | 37 | 103 | 33 | 40 | 63 | 60 |
| Binary | 10111010 | 10000000 | 111101 | 0 | 11111 | 1000011 | 11011 | 100000 | 110011 | 110000 |
Color Harmonies of #BA803D
Complementary color
Monochromatic Colors of #BA803D
Black with #BA803D
Text Example
Text Example
White with #BA803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA803D; }
p { color: rgb(186,128,61); }
H1.HeaderClassName
{
color: #BA803D;
}
.AnyTagClassName
{
color: #BA803D;
}
</style>
background-color css
<style>
a { background-color: #BA803D; }
a { background-color: rgb(186,128,61); }
div.DivClassName
{
background-color: #BA803D;
}
.BgClassName
{
background-color: #BA803D;
}
</style>
border-color css
<style>
span { border-color: #BA803D; }
span { border-color: rgb(186,128,61); }
td.TdClassName
{
border-color: #BA803D;
}
.TagClassName
{
border-color: #BA803D;
}
</style>