Shades of Brandy Punch #BC7C4F
Tints of Brandy Punch #BC7C4F
RGB
CMYK
RGB Variations
Color information
#BC7C4F (or 0xBC7C4F) is known color: Brandy Punch. HEX triplet: BC, 7C and 4F. RGB value is (188,124,79). Sum of RGB (Red+Green+Blue) = 188+124+79=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C4F is #4383B0. Grayscale: #8A8A8A. Windows color (decimal): -4424625 or 5209276. OLE color: 5209276.
HSL color Cylindrical-coordinate representation of color #BC7C4F: hue angle of 24.77º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC7C4F is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 79 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.26 |
| HSL | 24.77º | 0.45% | 0.52% | - |
| HSV(B) | 24.77º | 0.58% | 0.74% | - |
| XYZ | 29.36 | 25.67 | 10.8 | - |
| YUV | 138.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 79 | 0 | 0.34 | 0.58 | 0.26 | 24.77 | 0.45 | 0.52 |
| Hex | BC | 7C | 4F | 0 | 22 | 3A | 1A | 19 | 2D | 34 |
| Octal | 274 | 174 | 117 | 0 | 42 | 72 | 32 | 31 | 55 | 64 |
| Binary | 10111100 | 1111100 | 1001111 | 0 | 100010 | 111010 | 11010 | 11001 | 101101 | 110100 |
Color Harmonies of #BC7C4F
Complementary color
Monochromatic Colors of #BC7C4F
Black with #BC7C4F
Text Example
Text Example
White with #BC7C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C4F; }
p { color: rgb(188,124,79); }
H1.HeaderClassName
{
color: #BC7C4F;
}
.AnyTagClassName
{
color: #BC7C4F;
}
</style>
background-color css
<style>
a { background-color: #BC7C4F; }
a { background-color: rgb(188,124,79); }
div.DivClassName
{
background-color: #BC7C4F;
}
.BgClassName
{
background-color: #BC7C4F;
}
</style>
border-color css
<style>
span { border-color: #BC7C4F; }
span { border-color: rgb(188,124,79); }
td.TdClassName
{
border-color: #BC7C4F;
}
.TagClassName
{
border-color: #BC7C4F;
}
</style>