Shades of Brandy Punch #BC784D
Tints of Brandy Punch #BC784D
RGB
CMYK
RGB Variations
Color information
#BC784D (or 0xBC784D) is known color: Brandy Punch. HEX triplet: BC, 78 and 4D. RGB value is (188,120,77). Sum of RGB (Red+Green+Blue) = 188+120+77=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC784D is #4387B2. Grayscale: #878787. Windows color (decimal): -4425651 or 5077180. OLE color: 5077180.
HSL color Cylindrical-coordinate representation of color #BC784D: hue angle of 23.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC784D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 77 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.26 |
| HSL | 23.24º | 0.45% | 0.52% | - |
| HSV(B) | 23.24º | 0.59% | 0.74% | - |
| XYZ | 28.8 | 24.66 | 10.26 | - |
| YUV | 135.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 77 | 0 | 0.36 | 0.59 | 0.26 | 23.24 | 0.45 | 0.52 |
| Hex | BC | 78 | 4D | 0 | 24 | 3B | 1A | 17 | 2D | 34 |
| Octal | 274 | 170 | 115 | 0 | 44 | 73 | 32 | 27 | 55 | 64 |
| Binary | 10111100 | 1111000 | 1001101 | 0 | 100100 | 111011 | 11010 | 10111 | 101101 | 110100 |
Color Harmonies of #BC784D
Complementary color
Monochromatic Colors of #BC784D
Black with #BC784D
Text Example
Text Example
White with #BC784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC784D; }
p { color: rgb(188,120,77); }
H1.HeaderClassName
{
color: #BC784D;
}
.AnyTagClassName
{
color: #BC784D;
}
</style>
background-color css
<style>
a { background-color: #BC784D; }
a { background-color: rgb(188,120,77); }
div.DivClassName
{
background-color: #BC784D;
}
.BgClassName
{
background-color: #BC784D;
}
</style>
border-color css
<style>
span { border-color: #BC784D; }
span { border-color: rgb(188,120,77); }
td.TdClassName
{
border-color: #BC784D;
}
.TagClassName
{
border-color: #BC784D;
}
</style>