Shades of Brandy Punch #BC7E39
Tints of Brandy Punch #BC7E39
RGB
CMYK
RGB Variations
Color information
#BC7E39 (or 0xBC7E39) is known color: Brandy Punch. HEX triplet: BC, 7E and 39. RGB value is (188,126,57). Sum of RGB (Red+Green+Blue) = 188+126+57=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E39 is #4381C6. Grayscale: #898989. Windows color (decimal): -4424135 or 3767996. OLE color: 3767996.
HSL color Cylindrical-coordinate representation of color #BC7E39: hue angle of 31.6º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC7E39 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 57 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.26 |
| HSL | 31.6º | 0.53% | 0.48% | - |
| HSV(B) | 31.6º | 0.7% | 0.74% | - |
| XYZ | 28.94 | 25.91 | 7.35 | - |
| YUV | 136.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 57 | 0 | 0.33 | 0.70 | 0.26 | 31.6 | 0.53 | 0.48 |
| Hex | BC | 7E | 39 | 0 | 21 | 46 | 1A | 20 | 35 | 30 |
| Octal | 274 | 176 | 71 | 0 | 41 | 106 | 32 | 40 | 65 | 60 |
| Binary | 10111100 | 1111110 | 111001 | 0 | 100001 | 1000110 | 11010 | 100000 | 110101 | 110000 |
Color Harmonies of #BC7E39
Complementary color
Monochromatic Colors of #BC7E39
Black with #BC7E39
Text Example
Text Example
White with #BC7E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E39; }
p { color: rgb(188,126,57); }
H1.HeaderClassName
{
color: #BC7E39;
}
.AnyTagClassName
{
color: #BC7E39;
}
</style>
background-color css
<style>
a { background-color: #BC7E39; }
a { background-color: rgb(188,126,57); }
div.DivClassName
{
background-color: #BC7E39;
}
.BgClassName
{
background-color: #BC7E39;
}
</style>
border-color css
<style>
span { border-color: #BC7E39; }
span { border-color: rgb(188,126,57); }
td.TdClassName
{
border-color: #BC7E39;
}
.TagClassName
{
border-color: #BC7E39;
}
</style>