Shades of Brandy Punch #BC8240
Tints of Brandy Punch #BC8240
RGB
CMYK
RGB Variations
Color information
#BC8240 (or 0xBC8240) is known color: Brandy Punch. HEX triplet: BC, 82 and 40. RGB value is (188,130,64). Sum of RGB (Red+Green+Blue) = 188+130+64=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8240 is #437DBF. Grayscale: #8C8C8C. Windows color (decimal): -4423104 or 4227772. OLE color: 4227772.
HSL color Cylindrical-coordinate representation of color #BC8240: hue angle of 31.94º 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 #BC8240 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 64 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.26 |
| HSL | 31.94º | 0.49% | 0.49% | - |
| HSV(B) | 31.94º | 0.66% | 0.74% | - |
| XYZ | 29.65 | 27.03 | 8.5 | - |
| YUV | 139.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 64 | 0 | 0.31 | 0.66 | 0.26 | 31.94 | 0.49 | 0.49 |
| Hex | BC | 82 | 40 | 0 | 1F | 42 | 1A | 20 | 31 | 31 |
| Octal | 274 | 202 | 100 | 0 | 37 | 102 | 32 | 40 | 61 | 61 |
| Binary | 10111100 | 10000010 | 1000000 | 0 | 11111 | 1000010 | 11010 | 100000 | 110001 | 110001 |
Color Harmonies of #BC8240
Complementary color
Monochromatic Colors of #BC8240
Black with #BC8240
Text Example
Text Example
White with #BC8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8240; }
p { color: rgb(188,130,64); }
H1.HeaderClassName
{
color: #BC8240;
}
.AnyTagClassName
{
color: #BC8240;
}
</style>
background-color css
<style>
a { background-color: #BC8240; }
a { background-color: rgb(188,130,64); }
div.DivClassName
{
background-color: #BC8240;
}
.BgClassName
{
background-color: #BC8240;
}
</style>
border-color css
<style>
span { border-color: #BC8240; }
span { border-color: rgb(188,130,64); }
td.TdClassName
{
border-color: #BC8240;
}
.TagClassName
{
border-color: #BC8240;
}
</style>