Shades of Brandy Punch #BC8051
Tints of Brandy Punch #BC8051
RGB
CMYK
RGB Variations
Color information
#BC8051 (or 0xBC8051) is known color: Brandy Punch. HEX triplet: BC, 80 and 51. RGB value is (188,128,81). Sum of RGB (Red+Green+Blue) = 188+128+81=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8051 is #437FAE. Grayscale: #8C8C8C. Windows color (decimal): -4423599 or 5341372. OLE color: 5341372.
HSL color Cylindrical-coordinate representation of color #BC8051: hue angle of 26.36º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8051 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 81 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.26 |
| HSL | 26.36º | 0.44% | 0.53% | - |
| HSV(B) | 26.36º | 0.57% | 0.74% | - |
| XYZ | 29.94 | 26.72 | 11.36 | - |
| YUV | 140.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 81 | 0 | 0.32 | 0.57 | 0.26 | 26.36 | 0.44 | 0.53 |
| Hex | BC | 80 | 51 | 0 | 20 | 39 | 1A | 1A | 2C | 35 |
| Octal | 274 | 200 | 121 | 0 | 40 | 71 | 32 | 32 | 54 | 65 |
| Binary | 10111100 | 10000000 | 1010001 | 0 | 100000 | 111001 | 11010 | 11010 | 101100 | 110101 |
Color Harmonies of #BC8051
Complementary color
Monochromatic Colors of #BC8051
Black with #BC8051
Text Example
Text Example
White with #BC8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8051; }
p { color: rgb(188,128,81); }
H1.HeaderClassName
{
color: #BC8051;
}
.AnyTagClassName
{
color: #BC8051;
}
</style>
background-color css
<style>
a { background-color: #BC8051; }
a { background-color: rgb(188,128,81); }
div.DivClassName
{
background-color: #BC8051;
}
.BgClassName
{
background-color: #BC8051;
}
</style>
border-color css
<style>
span { border-color: #BC8051; }
span { border-color: rgb(188,128,81); }
td.TdClassName
{
border-color: #BC8051;
}
.TagClassName
{
border-color: #BC8051;
}
</style>