Shades of Brandy Punch #BA723F
Tints of Brandy Punch #BA723F
RGB
CMYK
RGB Variations
Color information
#BA723F (or 0xBA723F) is known color: Brandy Punch. HEX triplet: BA, 72 and 3F. RGB value is (186,114,63). Sum of RGB (Red+Green+Blue) = 186+114+63=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA723F is #458DC0. Grayscale: #818181. Windows color (decimal): -4558273 or 4158138. OLE color: 4158138.
HSL color Cylindrical-coordinate representation of color #BA723F: hue angle of 24.88º 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 #BA723F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 63 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.27 |
| HSL | 24.88º | 0.49% | 0.49% | - |
| HSV(B) | 24.88º | 0.66% | 0.73% | - |
| XYZ | 27.16 | 22.83 | 7.68 | - |
| YUV | 129.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 63 | 0 | 0.39 | 0.66 | 0.27 | 24.88 | 0.49 | 0.49 |
| Hex | BA | 72 | 3F | 0 | 27 | 42 | 1B | 19 | 31 | 31 |
| Octal | 272 | 162 | 77 | 0 | 47 | 102 | 33 | 31 | 61 | 61 |
| Binary | 10111010 | 1110010 | 111111 | 0 | 100111 | 1000010 | 11011 | 11001 | 110001 | 110001 |
Color Harmonies of #BA723F
Complementary color
Monochromatic Colors of #BA723F
Black with #BA723F
Text Example
Text Example
White with #BA723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA723F; }
p { color: rgb(186,114,63); }
H1.HeaderClassName
{
color: #BA723F;
}
.AnyTagClassName
{
color: #BA723F;
}
</style>
background-color css
<style>
a { background-color: #BA723F; }
a { background-color: rgb(186,114,63); }
div.DivClassName
{
background-color: #BA723F;
}
.BgClassName
{
background-color: #BA723F;
}
</style>
border-color css
<style>
span { border-color: #BA723F; }
span { border-color: rgb(186,114,63); }
td.TdClassName
{
border-color: #BA723F;
}
.TagClassName
{
border-color: #BA723F;
}
</style>