Shades of Brandy Punch #BC804A
Tints of Brandy Punch #BC804A
RGB
CMYK
RGB Variations
Color information
#BC804A (or 0xBC804A) is known color: Brandy Punch. HEX triplet: BC, 80 and 4A. RGB value is (188,128,74). Sum of RGB (Red+Green+Blue) = 188+128+74=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC804A is #437FB5. Grayscale: #8C8C8C. Windows color (decimal): -4423606 or 4882620. OLE color: 4882620.
HSL color Cylindrical-coordinate representation of color #BC804A: hue angle of 28.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC804A is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 74 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.26 |
| HSL | 28.42º | 0.46% | 0.51% | - |
| HSV(B) | 28.42º | 0.61% | 0.74% | - |
| XYZ | 29.69 | 26.62 | 10.05 | - |
| YUV | 139.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 74 | 0 | 0.32 | 0.61 | 0.26 | 28.42 | 0.46 | 0.51 |
| Hex | BC | 80 | 4A | 0 | 20 | 3D | 1A | 1C | 2E | 33 |
| Octal | 274 | 200 | 112 | 0 | 40 | 75 | 32 | 34 | 56 | 63 |
| Binary | 10111100 | 10000000 | 1001010 | 0 | 100000 | 111101 | 11010 | 11100 | 101110 | 110011 |
Color Harmonies of #BC804A
Complementary color
Monochromatic Colors of #BC804A
Black with #BC804A
Text Example
Text Example
White with #BC804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC804A; }
p { color: rgb(188,128,74); }
H1.HeaderClassName
{
color: #BC804A;
}
.AnyTagClassName
{
color: #BC804A;
}
</style>
background-color css
<style>
a { background-color: #BC804A; }
a { background-color: rgb(188,128,74); }
div.DivClassName
{
background-color: #BC804A;
}
.BgClassName
{
background-color: #BC804A;
}
</style>
border-color css
<style>
span { border-color: #BC804A; }
span { border-color: rgb(188,128,74); }
td.TdClassName
{
border-color: #BC804A;
}
.TagClassName
{
border-color: #BC804A;
}
</style>