Shades of Brandy Punch #BC8545
Tints of Brandy Punch #BC8545
RGB
CMYK
RGB Variations
Color information
#BC8545 (or 0xBC8545) is known color: Brandy Punch. HEX triplet: BC, 85 and 45. RGB value is (188,133,69). Sum of RGB (Red+Green+Blue) = 188+133+69=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8545 is #437ABA. Grayscale: #8E8E8E. Windows color (decimal): -4422331 or 4556220. OLE color: 4556220.
HSL color Cylindrical-coordinate representation of color #BC8545: hue angle of 32.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8545 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 69 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.26 |
| HSL | 32.27º | 0.47% | 0.5% | - |
| HSV(B) | 32.27º | 0.63% | 0.74% | - |
| XYZ | 30.2 | 27.9 | 9.42 | - |
| YUV | 142.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 69 | 0 | 0.29 | 0.63 | 0.26 | 32.27 | 0.47 | 0.5 |
| Hex | BC | 85 | 45 | 0 | 1D | 3F | 1A | 20 | 2F | 32 |
| Octal | 274 | 205 | 105 | 0 | 35 | 77 | 32 | 40 | 57 | 62 |
| Binary | 10111100 | 10000101 | 1000101 | 0 | 11101 | 111111 | 11010 | 100000 | 101111 | 110010 |
Color Harmonies of #BC8545
Complementary color
Monochromatic Colors of #BC8545
Black with #BC8545
Text Example
Text Example
White with #BC8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8545; }
p { color: rgb(188,133,69); }
H1.HeaderClassName
{
color: #BC8545;
}
.AnyTagClassName
{
color: #BC8545;
}
</style>
background-color css
<style>
a { background-color: #BC8545; }
a { background-color: rgb(188,133,69); }
div.DivClassName
{
background-color: #BC8545;
}
.BgClassName
{
background-color: #BC8545;
}
</style>
border-color css
<style>
span { border-color: #BC8545; }
span { border-color: rgb(188,133,69); }
td.TdClassName
{
border-color: #BC8545;
}
.TagClassName
{
border-color: #BC8545;
}
</style>