Shades of Brandy Punch #BC7745
Tints of Brandy Punch #BC7745
RGB
CMYK
RGB Variations
Color information
#BC7745 (or 0xBC7745) is known color: Brandy Punch. HEX triplet: BC, 77 and 45. RGB value is (188,119,69). Sum of RGB (Red+Green+Blue) = 188+119+69=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7745 is #4388BA. Grayscale: #868686. Windows color (decimal): -4425915 or 4552636. OLE color: 4552636.
HSL color Cylindrical-coordinate representation of color #BC7745: hue angle of 25.21º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC7745 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 69 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.26 |
| HSL | 25.21º | 0.47% | 0.5% | - |
| HSV(B) | 25.21º | 0.63% | 0.74% | - |
| XYZ | 28.41 | 24.31 | 8.83 | - |
| YUV | 133.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 69 | 0 | 0.37 | 0.63 | 0.26 | 25.21 | 0.47 | 0.5 |
| Hex | BC | 77 | 45 | 0 | 25 | 3F | 1A | 19 | 2F | 32 |
| Octal | 274 | 167 | 105 | 0 | 45 | 77 | 32 | 31 | 57 | 62 |
| Binary | 10111100 | 1110111 | 1000101 | 0 | 100101 | 111111 | 11010 | 11001 | 101111 | 110010 |
Color Harmonies of #BC7745
Complementary color
Monochromatic Colors of #BC7745
Black with #BC7745
Text Example
Text Example
White with #BC7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7745; }
p { color: rgb(188,119,69); }
H1.HeaderClassName
{
color: #BC7745;
}
.AnyTagClassName
{
color: #BC7745;
}
</style>
background-color css
<style>
a { background-color: #BC7745; }
a { background-color: rgb(188,119,69); }
div.DivClassName
{
background-color: #BC7745;
}
.BgClassName
{
background-color: #BC7745;
}
</style>
border-color css
<style>
span { border-color: #BC7745; }
span { border-color: rgb(188,119,69); }
td.TdClassName
{
border-color: #BC7745;
}
.TagClassName
{
border-color: #BC7745;
}
</style>