Shades of Brandy Punch #BC7C3B
Tints of Brandy Punch #BC7C3B
RGB
CMYK
RGB Variations
Color information
#BC7C3B (or 0xBC7C3B) is known color: Brandy Punch. HEX triplet: BC, 7C and 3B. RGB value is (188,124,59). Sum of RGB (Red+Green+Blue) = 188+124+59=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C3B is #4383C4. Grayscale: #888888. Windows color (decimal): -4424645 or 3898556. OLE color: 3898556.
HSL color Cylindrical-coordinate representation of color #BC7C3B: hue angle of 30.23º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC7C3B is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 59 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.26 |
| HSL | 30.23º | 0.52% | 0.48% | - |
| HSV(B) | 30.23º | 0.69% | 0.74% | - |
| XYZ | 28.74 | 25.42 | 7.53 | - |
| YUV | 135.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 59 | 0 | 0.34 | 0.69 | 0.26 | 30.23 | 0.52 | 0.48 |
| Hex | BC | 7C | 3B | 0 | 22 | 45 | 1A | 1E | 34 | 30 |
| Octal | 274 | 174 | 73 | 0 | 42 | 105 | 32 | 36 | 64 | 60 |
| Binary | 10111100 | 1111100 | 111011 | 0 | 100010 | 1000101 | 11010 | 11110 | 110100 | 110000 |
Color Harmonies of #BC7C3B
Complementary color
Monochromatic Colors of #BC7C3B
Black with #BC7C3B
Text Example
Text Example
White with #BC7C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C3B; }
p { color: rgb(188,124,59); }
H1.HeaderClassName
{
color: #BC7C3B;
}
.AnyTagClassName
{
color: #BC7C3B;
}
</style>
background-color css
<style>
a { background-color: #BC7C3B; }
a { background-color: rgb(188,124,59); }
div.DivClassName
{
background-color: #BC7C3B;
}
.BgClassName
{
background-color: #BC7C3B;
}
</style>
border-color css
<style>
span { border-color: #BC7C3B; }
span { border-color: rgb(188,124,59); }
td.TdClassName
{
border-color: #BC7C3B;
}
.TagClassName
{
border-color: #BC7C3B;
}
</style>