Shades of Brandy Punch #BC7646
Tints of Brandy Punch #BC7646
RGB
CMYK
RGB Variations
Color information
#BC7646 (or 0xBC7646) is known color: Brandy Punch. HEX triplet: BC, 76 and 46. RGB value is (188,118,70). Sum of RGB (Red+Green+Blue) = 188+118+70=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7646 is #4389B9. Grayscale: #858585. Windows color (decimal): -4426170 or 4617916. OLE color: 4617916.
HSL color Cylindrical-coordinate representation of color #BC7646: hue angle of 24.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC7646 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 70 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.26 |
| HSL | 24.41º | 0.47% | 0.51% | - |
| HSV(B) | 24.41º | 0.63% | 0.74% | - |
| XYZ | 28.32 | 24.09 | 8.95 | - |
| YUV | 133.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 70 | 0 | 0.37 | 0.63 | 0.26 | 24.41 | 0.47 | 0.51 |
| Hex | BC | 76 | 46 | 0 | 25 | 3F | 1A | 18 | 2F | 33 |
| Octal | 274 | 166 | 106 | 0 | 45 | 77 | 32 | 30 | 57 | 63 |
| Binary | 10111100 | 1110110 | 1000110 | 0 | 100101 | 111111 | 11010 | 11000 | 101111 | 110011 |
Color Harmonies of #BC7646
Complementary color
Monochromatic Colors of #BC7646
Black with #BC7646
Text Example
Text Example
White with #BC7646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7646; }
p { color: rgb(188,118,70); }
H1.HeaderClassName
{
color: #BC7646;
}
.AnyTagClassName
{
color: #BC7646;
}
</style>
background-color css
<style>
a { background-color: #BC7646; }
a { background-color: rgb(188,118,70); }
div.DivClassName
{
background-color: #BC7646;
}
.BgClassName
{
background-color: #BC7646;
}
</style>
border-color css
<style>
span { border-color: #BC7646; }
span { border-color: rgb(188,118,70); }
td.TdClassName
{
border-color: #BC7646;
}
.TagClassName
{
border-color: #BC7646;
}
</style>