Shades of Brandy Punch #BC803A
Tints of Brandy Punch #BC803A
RGB
CMYK
RGB Variations
Color information
#BC803A (or 0xBC803A) is known color: Brandy Punch. HEX triplet: BC, 80 and 3A. RGB value is (188,128,58). Sum of RGB (Red+Green+Blue) = 188+128+58=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC803A is #437FC5. Grayscale: #8A8A8A. Windows color (decimal): -4423622 or 3834044. OLE color: 3834044.
HSL color Cylindrical-coordinate representation of color #BC803A: hue angle of 32.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC803A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 58 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.26 |
| HSL | 32.31º | 0.53% | 0.48% | - |
| HSV(B) | 32.31º | 0.69% | 0.74% | - |
| XYZ | 29.22 | 26.44 | 7.57 | - |
| YUV | 137.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 58 | 0 | 0.32 | 0.69 | 0.26 | 32.31 | 0.53 | 0.48 |
| Hex | BC | 80 | 3A | 0 | 20 | 45 | 1A | 20 | 35 | 30 |
| Octal | 274 | 200 | 72 | 0 | 40 | 105 | 32 | 40 | 65 | 60 |
| Binary | 10111100 | 10000000 | 111010 | 0 | 100000 | 1000101 | 11010 | 100000 | 110101 | 110000 |
Color Harmonies of #BC803A
Complementary color
Monochromatic Colors of #BC803A
Black with #BC803A
Text Example
Text Example
White with #BC803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC803A; }
p { color: rgb(188,128,58); }
H1.HeaderClassName
{
color: #BC803A;
}
.AnyTagClassName
{
color: #BC803A;
}
</style>
background-color css
<style>
a { background-color: #BC803A; }
a { background-color: rgb(188,128,58); }
div.DivClassName
{
background-color: #BC803A;
}
.BgClassName
{
background-color: #BC803A;
}
</style>
border-color css
<style>
span { border-color: #BC803A; }
span { border-color: rgb(188,128,58); }
td.TdClassName
{
border-color: #BC803A;
}
.TagClassName
{
border-color: #BC803A;
}
</style>