Shades of Brandy Punch #BC804B
Tints of Brandy Punch #BC804B
RGB
CMYK
RGB Variations
Color information
#BC804B (or 0xBC804B) is known color: Brandy Punch. HEX triplet: BC, 80 and 4B. RGB value is (188,128,75). Sum of RGB (Red+Green+Blue) = 188+128+75=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC804B is #437FB4. Grayscale: #8C8C8C. Windows color (decimal): -4423605 or 4948156. OLE color: 4948156.
HSL color Cylindrical-coordinate representation of color #BC804B: hue angle of 28.14º 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 #BC804B is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 75 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.26 |
| HSL | 28.14º | 0.46% | 0.52% | - |
| HSV(B) | 28.14º | 0.6% | 0.74% | - |
| XYZ | 29.73 | 26.64 | 10.23 | - |
| YUV | 139.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 75 | 0 | 0.32 | 0.60 | 0.26 | 28.14 | 0.46 | 0.52 |
| Hex | BC | 80 | 4B | 0 | 20 | 3C | 1A | 1C | 2E | 34 |
| Octal | 274 | 200 | 113 | 0 | 40 | 74 | 32 | 34 | 56 | 64 |
| Binary | 10111100 | 10000000 | 1001011 | 0 | 100000 | 111100 | 11010 | 11100 | 101110 | 110100 |
Color Harmonies of #BC804B
Complementary color
Monochromatic Colors of #BC804B
Black with #BC804B
Text Example
Text Example
White with #BC804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC804B; }
p { color: rgb(188,128,75); }
H1.HeaderClassName
{
color: #BC804B;
}
.AnyTagClassName
{
color: #BC804B;
}
</style>
background-color css
<style>
a { background-color: #BC804B; }
a { background-color: rgb(188,128,75); }
div.DivClassName
{
background-color: #BC804B;
}
.BgClassName
{
background-color: #BC804B;
}
</style>
border-color css
<style>
span { border-color: #BC804B; }
span { border-color: rgb(188,128,75); }
td.TdClassName
{
border-color: #BC804B;
}
.TagClassName
{
border-color: #BC804B;
}
</style>