Shades of Brandy Punch #BC7C3E
Tints of Brandy Punch #BC7C3E
RGB
CMYK
RGB Variations
Color information
#BC7C3E (or 0xBC7C3E) is known color: Brandy Punch. HEX triplet: BC, 7C and 3E. RGB value is (188,124,62). Sum of RGB (Red+Green+Blue) = 188+124+62=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C3E is #4383C1. Grayscale: #888888. Windows color (decimal): -4424642 or 4095164. OLE color: 4095164.
HSL color Cylindrical-coordinate representation of color #BC7C3E: hue angle of 29.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC7C3E is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 62 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.26 |
| HSL | 29.52º | 0.5% | 0.49% | - |
| HSV(B) | 29.52º | 0.67% | 0.74% | - |
| XYZ | 28.82 | 25.45 | 7.95 | - |
| YUV | 136.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 62 | 0 | 0.34 | 0.67 | 0.26 | 29.52 | 0.5 | 0.49 |
| Hex | BC | 7C | 3E | 0 | 22 | 43 | 1A | 1E | 32 | 31 |
| Octal | 274 | 174 | 76 | 0 | 42 | 103 | 32 | 36 | 62 | 61 |
| Binary | 10111100 | 1111100 | 111110 | 0 | 100010 | 1000011 | 11010 | 11110 | 110010 | 110001 |
Color Harmonies of #BC7C3E
Complementary color
Monochromatic Colors of #BC7C3E
Black with #BC7C3E
Text Example
Text Example
White with #BC7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C3E; }
p { color: rgb(188,124,62); }
H1.HeaderClassName
{
color: #BC7C3E;
}
.AnyTagClassName
{
color: #BC7C3E;
}
</style>
background-color css
<style>
a { background-color: #BC7C3E; }
a { background-color: rgb(188,124,62); }
div.DivClassName
{
background-color: #BC7C3E;
}
.BgClassName
{
background-color: #BC7C3E;
}
</style>
border-color css
<style>
span { border-color: #BC7C3E; }
span { border-color: rgb(188,124,62); }
td.TdClassName
{
border-color: #BC7C3E;
}
.TagClassName
{
border-color: #BC7C3E;
}
</style>