Shades of Brandy Punch #BA7345
Tints of Brandy Punch #BA7345
RGB
CMYK
RGB Variations
Color information
#BA7345 (or 0xBA7345) is known color: Brandy Punch. HEX triplet: BA, 73 and 45. RGB value is (186,115,69). Sum of RGB (Red+Green+Blue) = 186+115+69=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7345 is #458CBA. Grayscale: #838383. Windows color (decimal): -4558011 or 4551610. OLE color: 4551610.
HSL color Cylindrical-coordinate representation of color #BA7345: hue angle of 23.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA7345 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 69 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.27 |
| HSL | 23.59º | 0.46% | 0.5% | - |
| HSV(B) | 23.59º | 0.63% | 0.73% | - |
| XYZ | 27.45 | 23.13 | 8.65 | - |
| YUV | 130.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 69 | 0 | 0.38 | 0.63 | 0.27 | 23.59 | 0.46 | 0.5 |
| Hex | BA | 73 | 45 | 0 | 26 | 3F | 1B | 18 | 2E | 32 |
| Octal | 272 | 163 | 105 | 0 | 46 | 77 | 33 | 30 | 56 | 62 |
| Binary | 10111010 | 1110011 | 1000101 | 0 | 100110 | 111111 | 11011 | 11000 | 101110 | 110010 |
Color Harmonies of #BA7345
Complementary color
Monochromatic Colors of #BA7345
Black with #BA7345
Text Example
Text Example
White with #BA7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7345; }
p { color: rgb(186,115,69); }
H1.HeaderClassName
{
color: #BA7345;
}
.AnyTagClassName
{
color: #BA7345;
}
</style>
background-color css
<style>
a { background-color: #BA7345; }
a { background-color: rgb(186,115,69); }
div.DivClassName
{
background-color: #BA7345;
}
.BgClassName
{
background-color: #BA7345;
}
</style>
border-color css
<style>
span { border-color: #BA7345; }
span { border-color: rgb(186,115,69); }
td.TdClassName
{
border-color: #BA7345;
}
.TagClassName
{
border-color: #BA7345;
}
</style>