Shades of Brandy Punch #BC7F42
Tints of Brandy Punch #BC7F42
RGB
CMYK
RGB Variations
Color information
#BC7F42 (or 0xBC7F42) is known color: Brandy Punch. HEX triplet: BC, 7F and 42. RGB value is (188,127,66). Sum of RGB (Red+Green+Blue) = 188+127+66=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F42 is #4380BD. Grayscale: #8A8A8A. Windows color (decimal): -4423870 or 4358076. OLE color: 4358076.
HSL color Cylindrical-coordinate representation of color #BC7F42: hue angle of 30º 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 #BC7F42 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 66 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.26 |
| HSL | 30º | 0.48% | 0.5% | - |
| HSV(B) | 30º | 0.65% | 0.74% | - |
| XYZ | 29.31 | 26.26 | 8.68 | - |
| YUV | 138.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 66 | 0 | 0.32 | 0.65 | 0.26 | 30 | 0.48 | 0.5 |
| Hex | BC | 7F | 42 | 0 | 20 | 41 | 1A | 1E | 30 | 32 |
| Octal | 274 | 177 | 102 | 0 | 40 | 101 | 32 | 36 | 60 | 62 |
| Binary | 10111100 | 1111111 | 1000010 | 0 | 100000 | 1000001 | 11010 | 11110 | 110000 | 110010 |
Color Harmonies of #BC7F42
Complementary color
Monochromatic Colors of #BC7F42
Black with #BC7F42
Text Example
Text Example
White with #BC7F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F42; }
p { color: rgb(188,127,66); }
H1.HeaderClassName
{
color: #BC7F42;
}
.AnyTagClassName
{
color: #BC7F42;
}
</style>
background-color css
<style>
a { background-color: #BC7F42; }
a { background-color: rgb(188,127,66); }
div.DivClassName
{
background-color: #BC7F42;
}
.BgClassName
{
background-color: #BC7F42;
}
</style>
border-color css
<style>
span { border-color: #BC7F42; }
span { border-color: rgb(188,127,66); }
td.TdClassName
{
border-color: #BC7F42;
}
.TagClassName
{
border-color: #BC7F42;
}
</style>