Shades of Brandy Punch #BC7642
Tints of Brandy Punch #BC7642
RGB
CMYK
RGB Variations
Color information
#BC7642 (or 0xBC7642) is known color: Brandy Punch. HEX triplet: BC, 76 and 42. RGB value is (188,118,66). Sum of RGB (Red+Green+Blue) = 188+118+66=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7642 is #4389BD. Grayscale: #858585. Windows color (decimal): -4426174 or 4355772. OLE color: 4355772.
HSL color Cylindrical-coordinate representation of color #BC7642: hue angle of 25.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC7642 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 66 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.26 |
| HSL | 25.57º | 0.48% | 0.5% | - |
| HSV(B) | 25.57º | 0.65% | 0.74% | - |
| XYZ | 28.2 | 24.04 | 8.31 | - |
| YUV | 133 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 66 | 0 | 0.37 | 0.65 | 0.26 | 25.57 | 0.48 | 0.5 |
| Hex | BC | 76 | 42 | 0 | 25 | 41 | 1A | 1A | 30 | 32 |
| Octal | 274 | 166 | 102 | 0 | 45 | 101 | 32 | 32 | 60 | 62 |
| Binary | 10111100 | 1110110 | 1000010 | 0 | 100101 | 1000001 | 11010 | 11010 | 110000 | 110010 |
Color Harmonies of #BC7642
Complementary color
Monochromatic Colors of #BC7642
Black with #BC7642
Text Example
Text Example
White with #BC7642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7642; }
p { color: rgb(188,118,66); }
H1.HeaderClassName
{
color: #BC7642;
}
.AnyTagClassName
{
color: #BC7642;
}
</style>
background-color css
<style>
a { background-color: #BC7642; }
a { background-color: rgb(188,118,66); }
div.DivClassName
{
background-color: #BC7642;
}
.BgClassName
{
background-color: #BC7642;
}
</style>
border-color css
<style>
span { border-color: #BC7642; }
span { border-color: rgb(188,118,66); }
td.TdClassName
{
border-color: #BC7642;
}
.TagClassName
{
border-color: #BC7642;
}
</style>