Shades of Brandy Punch #BC803D
Tints of Brandy Punch #BC803D
RGB
CMYK
RGB Variations
Color information
#BC803D (or 0xBC803D) is known color: Brandy Punch. HEX triplet: BC, 80 and 3D. RGB value is (188,128,61). Sum of RGB (Red+Green+Blue) = 188+128+61=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC803D is #437FC2. Grayscale: #8A8A8A. Windows color (decimal): -4423619 or 4030652. OLE color: 4030652.
HSL color Cylindrical-coordinate representation of color #BC803D: hue angle of 31.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC803D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 61 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.26 |
| HSL | 31.65º | 0.51% | 0.49% | - |
| HSV(B) | 31.65º | 0.68% | 0.74% | - |
| XYZ | 29.3 | 26.47 | 7.98 | - |
| YUV | 138.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 61 | 0 | 0.32 | 0.68 | 0.26 | 31.65 | 0.51 | 0.49 |
| Hex | BC | 80 | 3D | 0 | 20 | 44 | 1A | 20 | 33 | 31 |
| Octal | 274 | 200 | 75 | 0 | 40 | 104 | 32 | 40 | 63 | 61 |
| Binary | 10111100 | 10000000 | 111101 | 0 | 100000 | 1000100 | 11010 | 100000 | 110011 | 110001 |
Color Harmonies of #BC803D
Complementary color
Monochromatic Colors of #BC803D
Black with #BC803D
Text Example
Text Example
White with #BC803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC803D; }
p { color: rgb(188,128,61); }
H1.HeaderClassName
{
color: #BC803D;
}
.AnyTagClassName
{
color: #BC803D;
}
</style>
background-color css
<style>
a { background-color: #BC803D; }
a { background-color: rgb(188,128,61); }
div.DivClassName
{
background-color: #BC803D;
}
.BgClassName
{
background-color: #BC803D;
}
</style>
border-color css
<style>
span { border-color: #BC803D; }
span { border-color: rgb(188,128,61); }
td.TdClassName
{
border-color: #BC803D;
}
.TagClassName
{
border-color: #BC803D;
}
</style>