Shades of Brandy Punch #BA733E
Tints of Brandy Punch #BA733E
RGB
CMYK
RGB Variations
Color information
#BA733E (or 0xBA733E) is known color: Brandy Punch. HEX triplet: BA, 73 and 3E. RGB value is (186,115,62). Sum of RGB (Red+Green+Blue) = 186+115+62=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA733E is #458CC1. Grayscale: #828282. Windows color (decimal): -4558018 or 4092858. OLE color: 4092858.
HSL color Cylindrical-coordinate representation of color #BA733E: hue angle of 25.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA733E is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 62 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.27 |
| HSL | 25.65º | 0.5% | 0.49% | - |
| HSV(B) | 25.65º | 0.67% | 0.73% | - |
| XYZ | 27.25 | 23.05 | 7.57 | - |
| YUV | 130.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 62 | 0 | 0.38 | 0.67 | 0.27 | 25.65 | 0.5 | 0.49 |
| Hex | BA | 73 | 3E | 0 | 26 | 43 | 1B | 1A | 32 | 31 |
| Octal | 272 | 163 | 76 | 0 | 46 | 103 | 33 | 32 | 62 | 61 |
| Binary | 10111010 | 1110011 | 111110 | 0 | 100110 | 1000011 | 11011 | 11010 | 110010 | 110001 |
Color Harmonies of #BA733E
Complementary color
Monochromatic Colors of #BA733E
Black with #BA733E
Text Example
Text Example
White with #BA733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA733E; }
p { color: rgb(186,115,62); }
H1.HeaderClassName
{
color: #BA733E;
}
.AnyTagClassName
{
color: #BA733E;
}
</style>
background-color css
<style>
a { background-color: #BA733E; }
a { background-color: rgb(186,115,62); }
div.DivClassName
{
background-color: #BA733E;
}
.BgClassName
{
background-color: #BA733E;
}
</style>
border-color css
<style>
span { border-color: #BA733E; }
span { border-color: rgb(186,115,62); }
td.TdClassName
{
border-color: #BA733E;
}
.TagClassName
{
border-color: #BA733E;
}
</style>