Shades of Brandy Punch #BC804E
Tints of Brandy Punch #BC804E
RGB
CMYK
RGB Variations
Color information
#BC804E (or 0xBC804E) is known color: Brandy Punch. HEX triplet: BC, 80 and 4E. RGB value is (188,128,78). Sum of RGB (Red+Green+Blue) = 188+128+78=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC804E is #437FB1. Grayscale: #8C8C8C. Windows color (decimal): -4423602 or 5144764. OLE color: 5144764.
HSL color Cylindrical-coordinate representation of color #BC804E: hue angle of 27.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC804E is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 78 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.26 |
| HSL | 27.27º | 0.45% | 0.52% | - |
| HSV(B) | 27.27º | 0.59% | 0.74% | - |
| XYZ | 29.83 | 26.68 | 10.79 | - |
| YUV | 140.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 78 | 0 | 0.32 | 0.59 | 0.26 | 27.27 | 0.45 | 0.52 |
| Hex | BC | 80 | 4E | 0 | 20 | 3B | 1A | 1B | 2D | 34 |
| Octal | 274 | 200 | 116 | 0 | 40 | 73 | 32 | 33 | 55 | 64 |
| Binary | 10111100 | 10000000 | 1001110 | 0 | 100000 | 111011 | 11010 | 11011 | 101101 | 110100 |
Color Harmonies of #BC804E
Complementary color
Monochromatic Colors of #BC804E
Black with #BC804E
Text Example
Text Example
White with #BC804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC804E; }
p { color: rgb(188,128,78); }
H1.HeaderClassName
{
color: #BC804E;
}
.AnyTagClassName
{
color: #BC804E;
}
</style>
background-color css
<style>
a { background-color: #BC804E; }
a { background-color: rgb(188,128,78); }
div.DivClassName
{
background-color: #BC804E;
}
.BgClassName
{
background-color: #BC804E;
}
</style>
border-color css
<style>
span { border-color: #BC804E; }
span { border-color: rgb(188,128,78); }
td.TdClassName
{
border-color: #BC804E;
}
.TagClassName
{
border-color: #BC804E;
}
</style>