Shades of Brandy Punch #BC8242
Tints of Brandy Punch #BC8242
RGB
CMYK
RGB Variations
Color information
#BC8242 (or 0xBC8242) is known color: Brandy Punch. HEX triplet: BC, 82 and 42. RGB value is (188,130,66). Sum of RGB (Red+Green+Blue) = 188+130+66=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8242 is #437DBD. Grayscale: #8C8C8C. Windows color (decimal): -4423102 or 4358844. OLE color: 4358844.
HSL color Cylindrical-coordinate representation of color #BC8242: hue angle of 31.48º 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 #BC8242 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 66 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.26 |
| HSL | 31.48º | 0.48% | 0.5% | - |
| HSV(B) | 31.48º | 0.65% | 0.74% | - |
| XYZ | 29.71 | 27.05 | 8.81 | - |
| YUV | 140.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 66 | 0 | 0.31 | 0.65 | 0.26 | 31.48 | 0.48 | 0.5 |
| Hex | BC | 82 | 42 | 0 | 1F | 41 | 1A | 1F | 30 | 32 |
| Octal | 274 | 202 | 102 | 0 | 37 | 101 | 32 | 37 | 60 | 62 |
| Binary | 10111100 | 10000010 | 1000010 | 0 | 11111 | 1000001 | 11010 | 11111 | 110000 | 110010 |
Color Harmonies of #BC8242
Complementary color
Monochromatic Colors of #BC8242
Black with #BC8242
Text Example
Text Example
White with #BC8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8242; }
p { color: rgb(188,130,66); }
H1.HeaderClassName
{
color: #BC8242;
}
.AnyTagClassName
{
color: #BC8242;
}
</style>
background-color css
<style>
a { background-color: #BC8242; }
a { background-color: rgb(188,130,66); }
div.DivClassName
{
background-color: #BC8242;
}
.BgClassName
{
background-color: #BC8242;
}
</style>
border-color css
<style>
span { border-color: #BC8242; }
span { border-color: rgb(188,130,66); }
td.TdClassName
{
border-color: #BC8242;
}
.TagClassName
{
border-color: #BC8242;
}
</style>