Shades of Brandy Punch #BC794F
Tints of Brandy Punch #BC794F
RGB
CMYK
RGB Variations
Color information
#BC794F (or 0xBC794F) is known color: Brandy Punch. HEX triplet: BC, 79 and 4F. RGB value is (188,121,79). Sum of RGB (Red+Green+Blue) = 188+121+79=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC794F is #4386B0. Grayscale: #888888. Windows color (decimal): -4425393 or 5208508. OLE color: 5208508.
HSL color Cylindrical-coordinate representation of color #BC794F: hue angle of 23.12º 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 #BC794F is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 79 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.26 |
| HSL | 23.12º | 0.45% | 0.52% | - |
| HSV(B) | 23.12º | 0.58% | 0.74% | - |
| XYZ | 28.99 | 24.93 | 10.68 | - |
| YUV | 136.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 79 | 0 | 0.36 | 0.58 | 0.26 | 23.12 | 0.45 | 0.52 |
| Hex | BC | 79 | 4F | 0 | 24 | 3A | 1A | 17 | 2D | 34 |
| Octal | 274 | 171 | 117 | 0 | 44 | 72 | 32 | 27 | 55 | 64 |
| Binary | 10111100 | 1111001 | 1001111 | 0 | 100100 | 111010 | 11010 | 10111 | 101101 | 110100 |
Color Harmonies of #BC794F
Complementary color
Monochromatic Colors of #BC794F
Black with #BC794F
Text Example
Text Example
White with #BC794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC794F; }
p { color: rgb(188,121,79); }
H1.HeaderClassName
{
color: #BC794F;
}
.AnyTagClassName
{
color: #BC794F;
}
</style>
background-color css
<style>
a { background-color: #BC794F; }
a { background-color: rgb(188,121,79); }
div.DivClassName
{
background-color: #BC794F;
}
.BgClassName
{
background-color: #BC794F;
}
</style>
border-color css
<style>
span { border-color: #BC794F; }
span { border-color: rgb(188,121,79); }
td.TdClassName
{
border-color: #BC794F;
}
.TagClassName
{
border-color: #BC794F;
}
</style>