Shades of Brandy Punch #BC7C3F
Tints of Brandy Punch #BC7C3F
RGB
CMYK
RGB Variations
Color information
#BC7C3F (or 0xBC7C3F) is known color: Brandy Punch. HEX triplet: BC, 7C and 3F. RGB value is (188,124,63). Sum of RGB (Red+Green+Blue) = 188+124+63=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C3F is #4383C0. Grayscale: #888888. Windows color (decimal): -4424641 or 4160700. OLE color: 4160700.
HSL color Cylindrical-coordinate representation of color #BC7C3F: hue angle of 29.28º degrees, saturation: 0.5, 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 #BC7C3F is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 63 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.26 |
| HSL | 29.28º | 0.5% | 0.49% | - |
| HSV(B) | 29.28º | 0.66% | 0.74% | - |
| XYZ | 28.84 | 25.47 | 8.1 | - |
| YUV | 136.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 63 | 0 | 0.34 | 0.66 | 0.26 | 29.28 | 0.5 | 0.49 |
| Hex | BC | 7C | 3F | 0 | 22 | 42 | 1A | 1D | 32 | 31 |
| Octal | 274 | 174 | 77 | 0 | 42 | 102 | 32 | 35 | 62 | 61 |
| Binary | 10111100 | 1111100 | 111111 | 0 | 100010 | 1000010 | 11010 | 11101 | 110010 | 110001 |
Color Harmonies of #BC7C3F
Complementary color
Monochromatic Colors of #BC7C3F
Black with #BC7C3F
Text Example
Text Example
White with #BC7C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C3F; }
p { color: rgb(188,124,63); }
H1.HeaderClassName
{
color: #BC7C3F;
}
.AnyTagClassName
{
color: #BC7C3F;
}
</style>
background-color css
<style>
a { background-color: #BC7C3F; }
a { background-color: rgb(188,124,63); }
div.DivClassName
{
background-color: #BC7C3F;
}
.BgClassName
{
background-color: #BC7C3F;
}
</style>
border-color css
<style>
span { border-color: #BC7C3F; }
span { border-color: rgb(188,124,63); }
td.TdClassName
{
border-color: #BC7C3F;
}
.TagClassName
{
border-color: #BC7C3F;
}
</style>