Shades of Brandy Punch #BC803F
Tints of Brandy Punch #BC803F
RGB
CMYK
RGB Variations
Color information
#BC803F (or 0xBC803F) is known color: Brandy Punch. HEX triplet: BC, 80 and 3F. RGB value is (188,128,63). Sum of RGB (Red+Green+Blue) = 188+128+63=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC803F is #437FC0. Grayscale: #8A8A8A. Windows color (decimal): -4423617 or 4161724. OLE color: 4161724.
HSL color Cylindrical-coordinate representation of color #BC803F: hue angle of 31.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC803F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 63 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.26 |
| HSL | 31.2º | 0.5% | 0.49% | - |
| HSV(B) | 31.2º | 0.66% | 0.74% | - |
| XYZ | 29.36 | 26.49 | 8.27 | - |
| YUV | 138.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 63 | 0 | 0.32 | 0.66 | 0.26 | 31.2 | 0.5 | 0.49 |
| Hex | BC | 80 | 3F | 0 | 20 | 42 | 1A | 1F | 32 | 31 |
| Octal | 274 | 200 | 77 | 0 | 40 | 102 | 32 | 37 | 62 | 61 |
| Binary | 10111100 | 10000000 | 111111 | 0 | 100000 | 1000010 | 11010 | 11111 | 110010 | 110001 |
Color Harmonies of #BC803F
Complementary color
Monochromatic Colors of #BC803F
Black with #BC803F
Text Example
Text Example
White with #BC803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC803F; }
p { color: rgb(188,128,63); }
H1.HeaderClassName
{
color: #BC803F;
}
.AnyTagClassName
{
color: #BC803F;
}
</style>
background-color css
<style>
a { background-color: #BC803F; }
a { background-color: rgb(188,128,63); }
div.DivClassName
{
background-color: #BC803F;
}
.BgClassName
{
background-color: #BC803F;
}
</style>
border-color css
<style>
span { border-color: #BC803F; }
span { border-color: rgb(188,128,63); }
td.TdClassName
{
border-color: #BC803F;
}
.TagClassName
{
border-color: #BC803F;
}
</style>