Shades of Brandy Punch #BC823E
Tints of Brandy Punch #BC823E
RGB
CMYK
RGB Variations
Color information
#BC823E (or 0xBC823E) is known color: Brandy Punch. HEX triplet: BC, 82 and 3E. RGB value is (188,130,62). Sum of RGB (Red+Green+Blue) = 188+130+62=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC823E is #437DC1. Grayscale: #8B8B8B. Windows color (decimal): -4423106 or 4096700. OLE color: 4096700.
HSL color Cylindrical-coordinate representation of color #BC823E: hue angle of 32.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC823E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 62 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.26 |
| HSL | 32.38º | 0.5% | 0.49% | - |
| HSV(B) | 32.38º | 0.67% | 0.74% | - |
| XYZ | 29.59 | 27 | 8.21 | - |
| YUV | 139.59 | 84.22 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 62 | 0 | 0.31 | 0.67 | 0.26 | 32.38 | 0.5 | 0.49 |
| Hex | BC | 82 | 3E | 0 | 1F | 43 | 1A | 20 | 32 | 31 |
| Octal | 274 | 202 | 76 | 0 | 37 | 103 | 32 | 40 | 62 | 61 |
| Binary | 10111100 | 10000010 | 111110 | 0 | 11111 | 1000011 | 11010 | 100000 | 110010 | 110001 |
Color Harmonies of #BC823E
Complementary color
Monochromatic Colors of #BC823E
Black with #BC823E
Text Example
Text Example
White with #BC823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC823E; }
p { color: rgb(188,130,62); }
H1.HeaderClassName
{
color: #BC823E;
}
.AnyTagClassName
{
color: #BC823E;
}
</style>
background-color css
<style>
a { background-color: #BC823E; }
a { background-color: rgb(188,130,62); }
div.DivClassName
{
background-color: #BC823E;
}
.BgClassName
{
background-color: #BC823E;
}
</style>
border-color css
<style>
span { border-color: #BC823E; }
span { border-color: rgb(188,130,62); }
td.TdClassName
{
border-color: #BC823E;
}
.TagClassName
{
border-color: #BC823E;
}
</style>