Shades of Brandy Punch #BC794B
Tints of Brandy Punch #BC794B
RGB
CMYK
RGB Variations
Color information
#BC794B (or 0xBC794B) is known color: Brandy Punch. HEX triplet: BC, 79 and 4B. RGB value is (188,121,75). Sum of RGB (Red+Green+Blue) = 188+121+75=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC794B is #4386B4. Grayscale: #888888. Windows color (decimal): -4425397 or 4946364. OLE color: 4946364.
HSL color Cylindrical-coordinate representation of color #BC794B: hue angle of 24.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC794B is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 75 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.26 |
| HSL | 24.42º | 0.46% | 0.52% | - |
| HSV(B) | 24.42º | 0.6% | 0.74% | - |
| XYZ | 28.85 | 24.87 | 9.94 | - |
| YUV | 135.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 75 | 0 | 0.36 | 0.60 | 0.26 | 24.42 | 0.46 | 0.52 |
| Hex | BC | 79 | 4B | 0 | 24 | 3C | 1A | 18 | 2E | 34 |
| Octal | 274 | 171 | 113 | 0 | 44 | 74 | 32 | 30 | 56 | 64 |
| Binary | 10111100 | 1111001 | 1001011 | 0 | 100100 | 111100 | 11010 | 11000 | 101110 | 110100 |
Color Harmonies of #BC794B
Complementary color
Monochromatic Colors of #BC794B
Black with #BC794B
Text Example
Text Example
White with #BC794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC794B; }
p { color: rgb(188,121,75); }
H1.HeaderClassName
{
color: #BC794B;
}
.AnyTagClassName
{
color: #BC794B;
}
</style>
background-color css
<style>
a { background-color: #BC794B; }
a { background-color: rgb(188,121,75); }
div.DivClassName
{
background-color: #BC794B;
}
.BgClassName
{
background-color: #BC794B;
}
</style>
border-color css
<style>
span { border-color: #BC794B; }
span { border-color: rgb(188,121,75); }
td.TdClassName
{
border-color: #BC794B;
}
.TagClassName
{
border-color: #BC794B;
}
</style>