Shades of Brandy Punch #BC844C
Tints of Brandy Punch #BC844C
RGB
CMYK
RGB Variations
Color information
#BC844C (or 0xBC844C) is known color: Brandy Punch. HEX triplet: BC, 84 and 4C. RGB value is (188,132,76). Sum of RGB (Red+Green+Blue) = 188+132+76=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC844C is #437BB3. Grayscale: #8E8E8E. Windows color (decimal): -4422580 or 5014716. OLE color: 5014716.
HSL color Cylindrical-coordinate representation of color #BC844C: hue angle of 30º 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 #BC844C is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 76 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.26 |
| HSL | 30º | 0.46% | 0.52% | - |
| HSV(B) | 30º | 0.6% | 0.74% | - |
| XYZ | 30.29 | 27.72 | 10.59 | - |
| YUV | 142.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 76 | 0 | 0.30 | 0.60 | 0.26 | 30 | 0.46 | 0.52 |
| Hex | BC | 84 | 4C | 0 | 1E | 3C | 1A | 1E | 2E | 34 |
| Octal | 274 | 204 | 114 | 0 | 36 | 74 | 32 | 36 | 56 | 64 |
| Binary | 10111100 | 10000100 | 1001100 | 0 | 11110 | 111100 | 11010 | 11110 | 101110 | 110100 |
Color Harmonies of #BC844C
Complementary color
Monochromatic Colors of #BC844C
Black with #BC844C
Text Example
Text Example
White with #BC844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC844C; }
p { color: rgb(188,132,76); }
H1.HeaderClassName
{
color: #BC844C;
}
.AnyTagClassName
{
color: #BC844C;
}
</style>
background-color css
<style>
a { background-color: #BC844C; }
a { background-color: rgb(188,132,76); }
div.DivClassName
{
background-color: #BC844C;
}
.BgClassName
{
background-color: #BC844C;
}
</style>
border-color css
<style>
span { border-color: #BC844C; }
span { border-color: rgb(188,132,76); }
td.TdClassName
{
border-color: #BC844C;
}
.TagClassName
{
border-color: #BC844C;
}
</style>