Shades of Brandy Punch #BC8248
Tints of Brandy Punch #BC8248
RGB
CMYK
RGB Variations
Color information
#BC8248 (or 0xBC8248) is known color: Brandy Punch. HEX triplet: BC, 82 and 48. RGB value is (188,130,72). Sum of RGB (Red+Green+Blue) = 188+130+72=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8248 is #437DB7. Grayscale: #8D8D8D. Windows color (decimal): -4423096 or 4752060. OLE color: 4752060.
HSL color Cylindrical-coordinate representation of color #BC8248: hue angle of 30º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC8248 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 72 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.26 |
| HSL | 30º | 0.46% | 0.51% | - |
| HSV(B) | 30º | 0.62% | 0.74% | - |
| XYZ | 29.89 | 27.12 | 9.79 | - |
| YUV | 140.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 72 | 0 | 0.31 | 0.62 | 0.26 | 30 | 0.46 | 0.51 |
| Hex | BC | 82 | 48 | 0 | 1F | 3E | 1A | 1E | 2E | 33 |
| Octal | 274 | 202 | 110 | 0 | 37 | 76 | 32 | 36 | 56 | 63 |
| Binary | 10111100 | 10000010 | 1001000 | 0 | 11111 | 111110 | 11010 | 11110 | 101110 | 110011 |
Color Harmonies of #BC8248
Complementary color
Monochromatic Colors of #BC8248
Black with #BC8248
Text Example
Text Example
White with #BC8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8248; }
p { color: rgb(188,130,72); }
H1.HeaderClassName
{
color: #BC8248;
}
.AnyTagClassName
{
color: #BC8248;
}
</style>
background-color css
<style>
a { background-color: #BC8248; }
a { background-color: rgb(188,130,72); }
div.DivClassName
{
background-color: #BC8248;
}
.BgClassName
{
background-color: #BC8248;
}
</style>
border-color css
<style>
span { border-color: #BC8248; }
span { border-color: rgb(188,130,72); }
td.TdClassName
{
border-color: #BC8248;
}
.TagClassName
{
border-color: #BC8248;
}
</style>