Shades of Brandy Punch #BC823F
Tints of Brandy Punch #BC823F
RGB
CMYK
RGB Variations
Color information
#BC823F (or 0xBC823F) is known color: Brandy Punch. HEX triplet: BC, 82 and 3F. RGB value is (188,130,63). Sum of RGB (Red+Green+Blue) = 188+130+63=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC823F is #437DC0. Grayscale: #8C8C8C. Windows color (decimal): -4423105 or 4162236. OLE color: 4162236.
HSL color Cylindrical-coordinate representation of color #BC823F: hue angle of 32.16º 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 #BC823F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 63 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.26 |
| HSL | 32.16º | 0.5% | 0.49% | - |
| HSV(B) | 32.16º | 0.66% | 0.74% | - |
| XYZ | 29.62 | 27.02 | 8.36 | - |
| YUV | 139.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 63 | 0 | 0.31 | 0.66 | 0.26 | 32.16 | 0.5 | 0.49 |
| Hex | BC | 82 | 3F | 0 | 1F | 42 | 1A | 20 | 32 | 31 |
| Octal | 274 | 202 | 77 | 0 | 37 | 102 | 32 | 40 | 62 | 61 |
| Binary | 10111100 | 10000010 | 111111 | 0 | 11111 | 1000010 | 11010 | 100000 | 110010 | 110001 |
Color Harmonies of #BC823F
Complementary color
Monochromatic Colors of #BC823F
Black with #BC823F
Text Example
Text Example
White with #BC823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC823F; }
p { color: rgb(188,130,63); }
H1.HeaderClassName
{
color: #BC823F;
}
.AnyTagClassName
{
color: #BC823F;
}
</style>
background-color css
<style>
a { background-color: #BC823F; }
a { background-color: rgb(188,130,63); }
div.DivClassName
{
background-color: #BC823F;
}
.BgClassName
{
background-color: #BC823F;
}
</style>
border-color css
<style>
span { border-color: #BC823F; }
span { border-color: rgb(188,130,63); }
td.TdClassName
{
border-color: #BC823F;
}
.TagClassName
{
border-color: #BC823F;
}
</style>