Shades of Brandy Punch #BC7F4F
Tints of Brandy Punch #BC7F4F
RGB
CMYK
RGB Variations
Color information
#BC7F4F (or 0xBC7F4F) is known color: Brandy Punch. HEX triplet: BC, 7F and 4F. RGB value is (188,127,79). Sum of RGB (Red+Green+Blue) = 188+127+79=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F4F is #4380B0. Grayscale: #8C8C8C. Windows color (decimal): -4423857 or 5210044. OLE color: 5210044.
HSL color Cylindrical-coordinate representation of color #BC7F4F: hue angle of 26.42º 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 #BC7F4F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 79 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.26 |
| HSL | 26.42º | 0.45% | 0.52% | - |
| HSV(B) | 26.42º | 0.58% | 0.74% | - |
| XYZ | 29.74 | 26.43 | 10.93 | - |
| YUV | 139.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 79 | 0 | 0.32 | 0.58 | 0.26 | 26.42 | 0.45 | 0.52 |
| Hex | BC | 7F | 4F | 0 | 20 | 3A | 1A | 1A | 2D | 34 |
| Octal | 274 | 177 | 117 | 0 | 40 | 72 | 32 | 32 | 55 | 64 |
| Binary | 10111100 | 1111111 | 1001111 | 0 | 100000 | 111010 | 11010 | 11010 | 101101 | 110100 |
Color Harmonies of #BC7F4F
Complementary color
Monochromatic Colors of #BC7F4F
Black with #BC7F4F
Text Example
Text Example
White with #BC7F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F4F; }
p { color: rgb(188,127,79); }
H1.HeaderClassName
{
color: #BC7F4F;
}
.AnyTagClassName
{
color: #BC7F4F;
}
</style>
background-color css
<style>
a { background-color: #BC7F4F; }
a { background-color: rgb(188,127,79); }
div.DivClassName
{
background-color: #BC7F4F;
}
.BgClassName
{
background-color: #BC7F4F;
}
</style>
border-color css
<style>
span { border-color: #BC7F4F; }
span { border-color: rgb(188,127,79); }
td.TdClassName
{
border-color: #BC7F4F;
}
.TagClassName
{
border-color: #BC7F4F;
}
</style>