Shades of Brandy Punch #BA733F
Tints of Brandy Punch #BA733F
RGB
CMYK
RGB Variations
Color information
#BA733F (or 0xBA733F) is known color: Brandy Punch. HEX triplet: BA, 73 and 3F. RGB value is (186,115,63). Sum of RGB (Red+Green+Blue) = 186+115+63=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA733F is #458CC0. Grayscale: #828282. Windows color (decimal): -4558017 or 4158394. OLE color: 4158394.
HSL color Cylindrical-coordinate representation of color #BA733F: hue angle of 25.37º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA733F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 63 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.27 |
| HSL | 25.37º | 0.49% | 0.49% | - |
| HSV(B) | 25.37º | 0.66% | 0.73% | - |
| XYZ | 27.28 | 23.06 | 7.72 | - |
| YUV | 130.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 63 | 0 | 0.38 | 0.66 | 0.27 | 25.37 | 0.49 | 0.49 |
| Hex | BA | 73 | 3F | 0 | 26 | 42 | 1B | 19 | 31 | 31 |
| Octal | 272 | 163 | 77 | 0 | 46 | 102 | 33 | 31 | 61 | 61 |
| Binary | 10111010 | 1110011 | 111111 | 0 | 100110 | 1000010 | 11011 | 11001 | 110001 | 110001 |
Color Harmonies of #BA733F
Complementary color
Monochromatic Colors of #BA733F
Black with #BA733F
Text Example
Text Example
White with #BA733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA733F; }
p { color: rgb(186,115,63); }
H1.HeaderClassName
{
color: #BA733F;
}
.AnyTagClassName
{
color: #BA733F;
}
</style>
background-color css
<style>
a { background-color: #BA733F; }
a { background-color: rgb(186,115,63); }
div.DivClassName
{
background-color: #BA733F;
}
.BgClassName
{
background-color: #BA733F;
}
</style>
border-color css
<style>
span { border-color: #BA733F; }
span { border-color: rgb(186,115,63); }
td.TdClassName
{
border-color: #BA733F;
}
.TagClassName
{
border-color: #BA733F;
}
</style>