Shades of Brandy Punch #BC7F40
Tints of Brandy Punch #BC7F40
RGB
CMYK
RGB Variations
Color information
#BC7F40 (or 0xBC7F40) is known color: Brandy Punch. HEX triplet: BC, 7F and 40. RGB value is (188,127,64). Sum of RGB (Red+Green+Blue) = 188+127+64=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F40 is #4380BF. Grayscale: #8A8A8A. Windows color (decimal): -4423872 or 4227004. OLE color: 4227004.
HSL color Cylindrical-coordinate representation of color #BC7F40: hue angle of 30.48º 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 #BC7F40 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 64 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.26 |
| HSL | 30.48º | 0.49% | 0.49% | - |
| HSV(B) | 30.48º | 0.66% | 0.74% | - |
| XYZ | 29.25 | 26.24 | 8.37 | - |
| YUV | 138.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 64 | 0 | 0.32 | 0.66 | 0.26 | 30.48 | 0.49 | 0.49 |
| Hex | BC | 7F | 40 | 0 | 20 | 42 | 1A | 1E | 31 | 31 |
| Octal | 274 | 177 | 100 | 0 | 40 | 102 | 32 | 36 | 61 | 61 |
| Binary | 10111100 | 1111111 | 1000000 | 0 | 100000 | 1000010 | 11010 | 11110 | 110001 | 110001 |
Color Harmonies of #BC7F40
Complementary color
Monochromatic Colors of #BC7F40
Black with #BC7F40
Text Example
Text Example
White with #BC7F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F40; }
p { color: rgb(188,127,64); }
H1.HeaderClassName
{
color: #BC7F40;
}
.AnyTagClassName
{
color: #BC7F40;
}
</style>
background-color css
<style>
a { background-color: #BC7F40; }
a { background-color: rgb(188,127,64); }
div.DivClassName
{
background-color: #BC7F40;
}
.BgClassName
{
background-color: #BC7F40;
}
</style>
border-color css
<style>
span { border-color: #BC7F40; }
span { border-color: rgb(188,127,64); }
td.TdClassName
{
border-color: #BC7F40;
}
.TagClassName
{
border-color: #BC7F40;
}
</style>