Shades of Brandy Punch #BC824C
Tints of Brandy Punch #BC824C
RGB
CMYK
RGB Variations
Color information
#BC824C (or 0xBC824C) is known color: Brandy Punch. HEX triplet: BC, 82 and 4C. RGB value is (188,130,76). Sum of RGB (Red+Green+Blue) = 188+130+76=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC824C is #437DB3. Grayscale: #8D8D8D. Windows color (decimal): -4423092 or 5014204. OLE color: 5014204.
HSL color Cylindrical-coordinate representation of color #BC824C: hue angle of 28.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC824C is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 76 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.26 |
| HSL | 28.93º | 0.46% | 0.52% | - |
| HSV(B) | 28.93º | 0.6% | 0.74% | - |
| XYZ | 30.03 | 27.18 | 10.5 | - |
| YUV | 141.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 76 | 0 | 0.31 | 0.60 | 0.26 | 28.93 | 0.46 | 0.52 |
| Hex | BC | 82 | 4C | 0 | 1F | 3C | 1A | 1D | 2E | 34 |
| Octal | 274 | 202 | 114 | 0 | 37 | 74 | 32 | 35 | 56 | 64 |
| Binary | 10111100 | 10000010 | 1001100 | 0 | 11111 | 111100 | 11010 | 11101 | 101110 | 110100 |
Color Harmonies of #BC824C
Complementary color
Monochromatic Colors of #BC824C
Black with #BC824C
Text Example
Text Example
White with #BC824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC824C; }
p { color: rgb(188,130,76); }
H1.HeaderClassName
{
color: #BC824C;
}
.AnyTagClassName
{
color: #BC824C;
}
</style>
background-color css
<style>
a { background-color: #BC824C; }
a { background-color: rgb(188,130,76); }
div.DivClassName
{
background-color: #BC824C;
}
.BgClassName
{
background-color: #BC824C;
}
</style>
border-color css
<style>
span { border-color: #BC824C; }
span { border-color: rgb(188,130,76); }
td.TdClassName
{
border-color: #BC824C;
}
.TagClassName
{
border-color: #BC824C;
}
</style>