Shades of Brandy Punch #BC7740
Tints of Brandy Punch #BC7740
RGB
CMYK
RGB Variations
Color information
#BC7740 (or 0xBC7740) is known color: Brandy Punch. HEX triplet: BC, 77 and 40. RGB value is (188,119,64). Sum of RGB (Red+Green+Blue) = 188+119+64=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7740 is #4388BF. Grayscale: #858585. Windows color (decimal): -4425920 or 4224956. OLE color: 4224956.
HSL color Cylindrical-coordinate representation of color #BC7740: hue angle of 26.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC7740 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 64 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.26 |
| HSL | 26.61º | 0.49% | 0.49% | - |
| HSV(B) | 26.61º | 0.66% | 0.74% | - |
| XYZ | 28.26 | 24.26 | 8.04 | - |
| YUV | 133.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 64 | 0 | 0.37 | 0.66 | 0.26 | 26.61 | 0.49 | 0.49 |
| Hex | BC | 77 | 40 | 0 | 25 | 42 | 1A | 1B | 31 | 31 |
| Octal | 274 | 167 | 100 | 0 | 45 | 102 | 32 | 33 | 61 | 61 |
| Binary | 10111100 | 1110111 | 1000000 | 0 | 100101 | 1000010 | 11010 | 11011 | 110001 | 110001 |
Color Harmonies of #BC7740
Complementary color
Monochromatic Colors of #BC7740
Black with #BC7740
Text Example
Text Example
White with #BC7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7740; }
p { color: rgb(188,119,64); }
H1.HeaderClassName
{
color: #BC7740;
}
.AnyTagClassName
{
color: #BC7740;
}
</style>
background-color css
<style>
a { background-color: #BC7740; }
a { background-color: rgb(188,119,64); }
div.DivClassName
{
background-color: #BC7740;
}
.BgClassName
{
background-color: #BC7740;
}
</style>
border-color css
<style>
span { border-color: #BC7740; }
span { border-color: rgb(188,119,64); }
td.TdClassName
{
border-color: #BC7740;
}
.TagClassName
{
border-color: #BC7740;
}
</style>