Shades of Brandy Punch #BC8548
Tints of Brandy Punch #BC8548
RGB
CMYK
RGB Variations
Color information
#BC8548 (or 0xBC8548) is known color: Brandy Punch. HEX triplet: BC, 85 and 48. RGB value is (188,133,72). Sum of RGB (Red+Green+Blue) = 188+133+72=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8548 is #437AB7. Grayscale: #8E8E8E. Windows color (decimal): -4422328 or 4752828. OLE color: 4752828.
HSL color Cylindrical-coordinate representation of color #BC8548: hue angle of 31.55º 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 #BC8548 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 72 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.26 |
| HSL | 31.55º | 0.46% | 0.51% | - |
| HSV(B) | 31.55º | 0.62% | 0.74% | - |
| XYZ | 30.3 | 27.93 | 9.93 | - |
| YUV | 142.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 72 | 0 | 0.29 | 0.62 | 0.26 | 31.55 | 0.46 | 0.51 |
| Hex | BC | 85 | 48 | 0 | 1D | 3E | 1A | 20 | 2E | 33 |
| Octal | 274 | 205 | 110 | 0 | 35 | 76 | 32 | 40 | 56 | 63 |
| Binary | 10111100 | 10000101 | 1001000 | 0 | 11101 | 111110 | 11010 | 100000 | 101110 | 110011 |
Color Harmonies of #BC8548
Complementary color
Monochromatic Colors of #BC8548
Black with #BC8548
Text Example
Text Example
White with #BC8548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8548; }
p { color: rgb(188,133,72); }
H1.HeaderClassName
{
color: #BC8548;
}
.AnyTagClassName
{
color: #BC8548;
}
</style>
background-color css
<style>
a { background-color: #BC8548; }
a { background-color: rgb(188,133,72); }
div.DivClassName
{
background-color: #BC8548;
}
.BgClassName
{
background-color: #BC8548;
}
</style>
border-color css
<style>
span { border-color: #BC8548; }
span { border-color: rgb(188,133,72); }
td.TdClassName
{
border-color: #BC8548;
}
.TagClassName
{
border-color: #BC8548;
}
</style>