Shades of Brandy Punch #BC764C
Tints of Brandy Punch #BC764C
RGB
CMYK
RGB Variations
Color information
#BC764C (or 0xBC764C) is known color: Brandy Punch. HEX triplet: BC, 76 and 4C. RGB value is (188,118,76). Sum of RGB (Red+Green+Blue) = 188+118+76=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC764C is #4389B3. Grayscale: #868686. Windows color (decimal): -4426164 or 5011132. OLE color: 5011132.
HSL color Cylindrical-coordinate representation of color #BC764C: hue angle of 22.5º 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 #BC764C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 76 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.26 |
| HSL | 22.5º | 0.46% | 0.52% | - |
| HSV(B) | 22.5º | 0.6% | 0.74% | - |
| XYZ | 28.52 | 24.17 | 10 | - |
| YUV | 134.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 76 | 0 | 0.37 | 0.60 | 0.26 | 22.5 | 0.46 | 0.52 |
| Hex | BC | 76 | 4C | 0 | 25 | 3C | 1A | 16 | 2E | 34 |
| Octal | 274 | 166 | 114 | 0 | 45 | 74 | 32 | 26 | 56 | 64 |
| Binary | 10111100 | 1110110 | 1001100 | 0 | 100101 | 111100 | 11010 | 10110 | 101110 | 110100 |
Color Harmonies of #BC764C
Complementary color
Monochromatic Colors of #BC764C
Black with #BC764C
Text Example
Text Example
White with #BC764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC764C; }
p { color: rgb(188,118,76); }
H1.HeaderClassName
{
color: #BC764C;
}
.AnyTagClassName
{
color: #BC764C;
}
</style>
background-color css
<style>
a { background-color: #BC764C; }
a { background-color: rgb(188,118,76); }
div.DivClassName
{
background-color: #BC764C;
}
.BgClassName
{
background-color: #BC764C;
}
</style>
border-color css
<style>
span { border-color: #BC764C; }
span { border-color: rgb(188,118,76); }
td.TdClassName
{
border-color: #BC764C;
}
.TagClassName
{
border-color: #BC764C;
}
</style>