Shades of Brandy Punch #BC7C49
Tints of Brandy Punch #BC7C49
RGB
CMYK
RGB Variations
Color information
#BC7C49 (or 0xBC7C49) is known color: Brandy Punch. HEX triplet: BC, 7C and 49. RGB value is (188,124,73). Sum of RGB (Red+Green+Blue) = 188+124+73=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C49 is #4383B6. Grayscale: #898989. Windows color (decimal): -4424631 or 4816060. OLE color: 4816060.
HSL color Cylindrical-coordinate representation of color #BC7C49: hue angle of 26.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC7C49 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 73 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.26 |
| HSL | 26.61º | 0.46% | 0.51% | - |
| HSV(B) | 26.61º | 0.61% | 0.74% | - |
| XYZ | 29.15 | 25.59 | 9.71 | - |
| YUV | 137.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 73 | 0 | 0.34 | 0.61 | 0.26 | 26.61 | 0.46 | 0.51 |
| Hex | BC | 7C | 49 | 0 | 22 | 3D | 1A | 1B | 2E | 33 |
| Octal | 274 | 174 | 111 | 0 | 42 | 75 | 32 | 33 | 56 | 63 |
| Binary | 10111100 | 1111100 | 1001001 | 0 | 100010 | 111101 | 11010 | 11011 | 101110 | 110011 |
Color Harmonies of #BC7C49
Complementary color
Monochromatic Colors of #BC7C49
Black with #BC7C49
Text Example
Text Example
White with #BC7C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C49; }
p { color: rgb(188,124,73); }
H1.HeaderClassName
{
color: #BC7C49;
}
.AnyTagClassName
{
color: #BC7C49;
}
</style>
background-color css
<style>
a { background-color: #BC7C49; }
a { background-color: rgb(188,124,73); }
div.DivClassName
{
background-color: #BC7C49;
}
.BgClassName
{
background-color: #BC7C49;
}
</style>
border-color css
<style>
span { border-color: #BC7C49; }
span { border-color: rgb(188,124,73); }
td.TdClassName
{
border-color: #BC7C49;
}
.TagClassName
{
border-color: #BC7C49;
}
</style>