Shades of Brandy Punch #BC7949
Tints of Brandy Punch #BC7949
RGB
CMYK
RGB Variations
Color information
#BC7949 (or 0xBC7949) is known color: Brandy Punch. HEX triplet: BC, 79 and 49. RGB value is (188,121,73). Sum of RGB (Red+Green+Blue) = 188+121+73=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7949 is #4386B6. Grayscale: #878787. Windows color (decimal): -4425399 or 4815292. OLE color: 4815292.
HSL color Cylindrical-coordinate representation of color #BC7949: hue angle of 25.04º 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 #BC7949 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 73 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.26 |
| HSL | 25.04º | 0.46% | 0.51% | - |
| HSV(B) | 25.04º | 0.61% | 0.74% | - |
| XYZ | 28.78 | 24.85 | 9.58 | - |
| YUV | 135.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 73 | 0 | 0.36 | 0.61 | 0.26 | 25.04 | 0.46 | 0.51 |
| Hex | BC | 79 | 49 | 0 | 24 | 3D | 1A | 19 | 2E | 33 |
| Octal | 274 | 171 | 111 | 0 | 44 | 75 | 32 | 31 | 56 | 63 |
| Binary | 10111100 | 1111001 | 1001001 | 0 | 100100 | 111101 | 11010 | 11001 | 101110 | 110011 |
Color Harmonies of #BC7949
Complementary color
Monochromatic Colors of #BC7949
Black with #BC7949
Text Example
Text Example
White with #BC7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7949; }
p { color: rgb(188,121,73); }
H1.HeaderClassName
{
color: #BC7949;
}
.AnyTagClassName
{
color: #BC7949;
}
</style>
background-color css
<style>
a { background-color: #BC7949; }
a { background-color: rgb(188,121,73); }
div.DivClassName
{
background-color: #BC7949;
}
.BgClassName
{
background-color: #BC7949;
}
</style>
border-color css
<style>
span { border-color: #BC7949; }
span { border-color: rgb(188,121,73); }
td.TdClassName
{
border-color: #BC7949;
}
.TagClassName
{
border-color: #BC7949;
}
</style>