Shades of Brandy Punch #BA7F3D
Tints of Brandy Punch #BA7F3D
RGB
CMYK
RGB Variations
Color information
#BA7F3D (or 0xBA7F3D) is known color: Brandy Punch. HEX triplet: BA, 7F and 3D. RGB value is (186,127,61). Sum of RGB (Red+Green+Blue) = 186+127+61=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F3D is #4580C2. Grayscale: #898989. Windows color (decimal): -4554947 or 4030394. OLE color: 4030394.
HSL color Cylindrical-coordinate representation of color #BA7F3D: hue angle of 31.68º 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 #BA7F3D is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 61 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.27 |
| HSL | 31.68º | 0.51% | 0.48% | - |
| HSV(B) | 31.68º | 0.67% | 0.73% | - |
| XYZ | 28.68 | 25.95 | 7.91 | - |
| YUV | 137.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 61 | 0 | 0.32 | 0.67 | 0.27 | 31.68 | 0.51 | 0.48 |
| Hex | BA | 7F | 3D | 0 | 20 | 43 | 1B | 20 | 33 | 30 |
| Octal | 272 | 177 | 75 | 0 | 40 | 103 | 33 | 40 | 63 | 60 |
| Binary | 10111010 | 1111111 | 111101 | 0 | 100000 | 1000011 | 11011 | 100000 | 110011 | 110000 |
Color Harmonies of #BA7F3D
Complementary color
Monochromatic Colors of #BA7F3D
Black with #BA7F3D
Text Example
Text Example
White with #BA7F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F3D; }
p { color: rgb(186,127,61); }
H1.HeaderClassName
{
color: #BA7F3D;
}
.AnyTagClassName
{
color: #BA7F3D;
}
</style>
background-color css
<style>
a { background-color: #BA7F3D; }
a { background-color: rgb(186,127,61); }
div.DivClassName
{
background-color: #BA7F3D;
}
.BgClassName
{
background-color: #BA7F3D;
}
</style>
border-color css
<style>
span { border-color: #BA7F3D; }
span { border-color: rgb(186,127,61); }
td.TdClassName
{
border-color: #BA7F3D;
}
.TagClassName
{
border-color: #BA7F3D;
}
</style>