Shades of Brandy Punch #BA7643
Tints of Brandy Punch #BA7643
RGB
CMYK
RGB Variations
Color information
#BA7643 (or 0xBA7643) is known color: Brandy Punch. HEX triplet: BA, 76 and 43. RGB value is (186,118,67). Sum of RGB (Red+Green+Blue) = 186+118+67=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7643 is #4589BC. Grayscale: #848484. Windows color (decimal): -4557245 or 4421306. OLE color: 4421306.
HSL color Cylindrical-coordinate representation of color #BA7643: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA7643 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 67 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.27 |
| HSL | 25.71º | 0.47% | 0.5% | - |
| HSV(B) | 25.71º | 0.64% | 0.73% | - |
| XYZ | 27.74 | 23.8 | 8.44 | - |
| YUV | 132.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 67 | 0 | 0.37 | 0.64 | 0.27 | 25.71 | 0.47 | 0.5 |
| Hex | BA | 76 | 43 | 0 | 25 | 40 | 1B | 1A | 2F | 32 |
| Octal | 272 | 166 | 103 | 0 | 45 | 100 | 33 | 32 | 57 | 62 |
| Binary | 10111010 | 1110110 | 1000011 | 0 | 100101 | 1000000 | 11011 | 11010 | 101111 | 110010 |
Color Harmonies of #BA7643
Complementary color
Monochromatic Colors of #BA7643
Black with #BA7643
Text Example
Text Example
White with #BA7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7643; }
p { color: rgb(186,118,67); }
H1.HeaderClassName
{
color: #BA7643;
}
.AnyTagClassName
{
color: #BA7643;
}
</style>
background-color css
<style>
a { background-color: #BA7643; }
a { background-color: rgb(186,118,67); }
div.DivClassName
{
background-color: #BA7643;
}
.BgClassName
{
background-color: #BA7643;
}
</style>
border-color css
<style>
span { border-color: #BA7643; }
span { border-color: rgb(186,118,67); }
td.TdClassName
{
border-color: #BA7643;
}
.TagClassName
{
border-color: #BA7643;
}
</style>