Shades of Brandy Punch #BC7F37
Tints of Brandy Punch #BC7F37
RGB
CMYK
RGB Variations
Color information
#BC7F37 (or 0xBC7F37) is known color: Brandy Punch. HEX triplet: BC, 7F and 37. RGB value is (188,127,55). Sum of RGB (Red+Green+Blue) = 188+127+55=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F37 is #4380C8. Grayscale: #898989. Windows color (decimal): -4423881 or 3637180. OLE color: 3637180.
HSL color Cylindrical-coordinate representation of color #BC7F37: hue angle of 32.48º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC7F37 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 55 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.26 |
| HSL | 32.48º | 0.55% | 0.48% | - |
| HSV(B) | 32.48º | 0.71% | 0.74% | - |
| XYZ | 29.02 | 26.15 | 7.13 | - |
| YUV | 137.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 55 | 0 | 0.32 | 0.71 | 0.26 | 32.48 | 0.55 | 0.48 |
| Hex | BC | 7F | 37 | 0 | 20 | 47 | 1A | 20 | 37 | 30 |
| Octal | 274 | 177 | 67 | 0 | 40 | 107 | 32 | 40 | 67 | 60 |
| Binary | 10111100 | 1111111 | 110111 | 0 | 100000 | 1000111 | 11010 | 100000 | 110111 | 110000 |
Color Harmonies of #BC7F37
Complementary color
Monochromatic Colors of #BC7F37
Black with #BC7F37
Text Example
Text Example
White with #BC7F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F37; }
p { color: rgb(188,127,55); }
H1.HeaderClassName
{
color: #BC7F37;
}
.AnyTagClassName
{
color: #BC7F37;
}
</style>
background-color css
<style>
a { background-color: #BC7F37; }
a { background-color: rgb(188,127,55); }
div.DivClassName
{
background-color: #BC7F37;
}
.BgClassName
{
background-color: #BC7F37;
}
</style>
border-color css
<style>
span { border-color: #BC7F37; }
span { border-color: rgb(188,127,55); }
td.TdClassName
{
border-color: #BC7F37;
}
.TagClassName
{
border-color: #BC7F37;
}
</style>