Shades of Brandy Punch #BC7C45
Tints of Brandy Punch #BC7C45
RGB
CMYK
RGB Variations
Color information
#BC7C45 (or 0xBC7C45) is known color: Brandy Punch. HEX triplet: BC, 7C and 45. RGB value is (188,124,69). Sum of RGB (Red+Green+Blue) = 188+124+69=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C45 is #4383BA. Grayscale: #898989. Windows color (decimal): -4424635 or 4553916. OLE color: 4553916.
HSL color Cylindrical-coordinate representation of color #BC7C45: hue angle of 27.73º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC7C45 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 69 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.26 |
| HSL | 27.73º | 0.47% | 0.5% | - |
| HSV(B) | 27.73º | 0.63% | 0.74% | - |
| XYZ | 29.02 | 25.54 | 9.03 | - |
| YUV | 136.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 69 | 0 | 0.34 | 0.63 | 0.26 | 27.73 | 0.47 | 0.5 |
| Hex | BC | 7C | 45 | 0 | 22 | 3F | 1A | 1C | 2F | 32 |
| Octal | 274 | 174 | 105 | 0 | 42 | 77 | 32 | 34 | 57 | 62 |
| Binary | 10111100 | 1111100 | 1000101 | 0 | 100010 | 111111 | 11010 | 11100 | 101111 | 110010 |
Color Harmonies of #BC7C45
Complementary color
Monochromatic Colors of #BC7C45
Black with #BC7C45
Text Example
Text Example
White with #BC7C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C45; }
p { color: rgb(188,124,69); }
H1.HeaderClassName
{
color: #BC7C45;
}
.AnyTagClassName
{
color: #BC7C45;
}
</style>
background-color css
<style>
a { background-color: #BC7C45; }
a { background-color: rgb(188,124,69); }
div.DivClassName
{
background-color: #BC7C45;
}
.BgClassName
{
background-color: #BC7C45;
}
</style>
border-color css
<style>
span { border-color: #BC7C45; }
span { border-color: rgb(188,124,69); }
td.TdClassName
{
border-color: #BC7C45;
}
.TagClassName
{
border-color: #BC7C45;
}
</style>