Shades of Brandy Punch #BC784A
Tints of Brandy Punch #BC784A
RGB
CMYK
RGB Variations
Color information
#BC784A (or 0xBC784A) is known color: Brandy Punch. HEX triplet: BC, 78 and 4A. RGB value is (188,120,74). Sum of RGB (Red+Green+Blue) = 188+120+74=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC784A is #4387B5. Grayscale: #878787. Windows color (decimal): -4425654 or 4880572. OLE color: 4880572.
HSL color Cylindrical-coordinate representation of color #BC784A: hue angle of 24.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC784A is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 74 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.26 |
| HSL | 24.21º | 0.46% | 0.51% | - |
| HSV(B) | 24.21º | 0.61% | 0.74% | - |
| XYZ | 28.69 | 24.62 | 9.72 | - |
| YUV | 135.09 | 93.53 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 74 | 0 | 0.36 | 0.61 | 0.26 | 24.21 | 0.46 | 0.51 |
| Hex | BC | 78 | 4A | 0 | 24 | 3D | 1A | 18 | 2E | 33 |
| Octal | 274 | 170 | 112 | 0 | 44 | 75 | 32 | 30 | 56 | 63 |
| Binary | 10111100 | 1111000 | 1001010 | 0 | 100100 | 111101 | 11010 | 11000 | 101110 | 110011 |
Color Harmonies of #BC784A
Complementary color
Monochromatic Colors of #BC784A
Black with #BC784A
Text Example
Text Example
White with #BC784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC784A; }
p { color: rgb(188,120,74); }
H1.HeaderClassName
{
color: #BC784A;
}
.AnyTagClassName
{
color: #BC784A;
}
</style>
background-color css
<style>
a { background-color: #BC784A; }
a { background-color: rgb(188,120,74); }
div.DivClassName
{
background-color: #BC784A;
}
.BgClassName
{
background-color: #BC784A;
}
</style>
border-color css
<style>
span { border-color: #BC784A; }
span { border-color: rgb(188,120,74); }
td.TdClassName
{
border-color: #BC784A;
}
.TagClassName
{
border-color: #BC784A;
}
</style>