Shades of Brandy Punch #BC8050
Tints of Brandy Punch #BC8050
RGB
CMYK
RGB Variations
Color information
#BC8050 (or 0xBC8050) is known color: Brandy Punch. HEX triplet: BC, 80 and 50. RGB value is (188,128,80). Sum of RGB (Red+Green+Blue) = 188+128+80=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8050 is #437FAF. Grayscale: #8C8C8C. Windows color (decimal): -4423600 or 5275836. OLE color: 5275836.
HSL color Cylindrical-coordinate representation of color #BC8050: hue angle of 26.67º degrees, saturation: 0.45, 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 #BC8050 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 80 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.26 |
| HSL | 26.67º | 0.45% | 0.53% | - |
| HSV(B) | 26.67º | 0.57% | 0.74% | - |
| XYZ | 29.91 | 26.71 | 11.17 | - |
| YUV | 140.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 80 | 0 | 0.32 | 0.57 | 0.26 | 26.67 | 0.45 | 0.53 |
| Hex | BC | 80 | 50 | 0 | 20 | 39 | 1A | 1B | 2D | 35 |
| Octal | 274 | 200 | 120 | 0 | 40 | 71 | 32 | 33 | 55 | 65 |
| Binary | 10111100 | 10000000 | 1010000 | 0 | 100000 | 111001 | 11010 | 11011 | 101101 | 110101 |
Color Harmonies of #BC8050
Complementary color
Monochromatic Colors of #BC8050
Black with #BC8050
Text Example
Text Example
White with #BC8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8050; }
p { color: rgb(188,128,80); }
H1.HeaderClassName
{
color: #BC8050;
}
.AnyTagClassName
{
color: #BC8050;
}
</style>
background-color css
<style>
a { background-color: #BC8050; }
a { background-color: rgb(188,128,80); }
div.DivClassName
{
background-color: #BC8050;
}
.BgClassName
{
background-color: #BC8050;
}
</style>
border-color css
<style>
span { border-color: #BC8050; }
span { border-color: rgb(188,128,80); }
td.TdClassName
{
border-color: #BC8050;
}
.TagClassName
{
border-color: #BC8050;
}
</style>