Shades of Brandy Punch #BC754C
Tints of Brandy Punch #BC754C
RGB
CMYK
RGB Variations
Color information
#BC754C (or 0xBC754C) is known color: Brandy Punch. HEX triplet: BC, 75 and 4C. RGB value is (188,117,76). Sum of RGB (Red+Green+Blue) = 188+117+76=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC754C is #438AB3. Grayscale: #858585. Windows color (decimal): -4426420 or 5010876. OLE color: 5010876.
HSL color Cylindrical-coordinate representation of color #BC754C: hue angle of 21.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC754C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 76 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.26 |
| HSL | 21.96º | 0.46% | 0.52% | - |
| HSV(B) | 21.96º | 0.6% | 0.74% | - |
| XYZ | 28.4 | 23.94 | 9.96 | - |
| YUV | 133.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 76 | 0 | 0.38 | 0.60 | 0.26 | 21.96 | 0.46 | 0.52 |
| Hex | BC | 75 | 4C | 0 | 26 | 3C | 1A | 16 | 2E | 34 |
| Octal | 274 | 165 | 114 | 0 | 46 | 74 | 32 | 26 | 56 | 64 |
| Binary | 10111100 | 1110101 | 1001100 | 0 | 100110 | 111100 | 11010 | 10110 | 101110 | 110100 |
Color Harmonies of #BC754C
Complementary color
Monochromatic Colors of #BC754C
Black with #BC754C
Text Example
Text Example
White with #BC754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC754C; }
p { color: rgb(188,117,76); }
H1.HeaderClassName
{
color: #BC754C;
}
.AnyTagClassName
{
color: #BC754C;
}
</style>
background-color css
<style>
a { background-color: #BC754C; }
a { background-color: rgb(188,117,76); }
div.DivClassName
{
background-color: #BC754C;
}
.BgClassName
{
background-color: #BC754C;
}
</style>
border-color css
<style>
span { border-color: #BC754C; }
span { border-color: rgb(188,117,76); }
td.TdClassName
{
border-color: #BC754C;
}
.TagClassName
{
border-color: #BC754C;
}
</style>