Shades of Brandy Punch #BC793C
Tints of Brandy Punch #BC793C
RGB
CMYK
RGB Variations
Color information
#BC793C (or 0xBC793C) is known color: Brandy Punch. HEX triplet: BC, 79 and 3C. RGB value is (188,121,60). Sum of RGB (Red+Green+Blue) = 188+121+60=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC793C is #4386C3. Grayscale: #868686. Windows color (decimal): -4425412 or 3963324. OLE color: 3963324.
HSL color Cylindrical-coordinate representation of color #BC793C: hue angle of 28.59º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC793C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 60 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.26 |
| HSL | 28.59º | 0.52% | 0.49% | - |
| HSV(B) | 28.59º | 0.68% | 0.74% | - |
| XYZ | 28.39 | 24.69 | 7.54 | - |
| YUV | 134.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 60 | 0 | 0.36 | 0.68 | 0.26 | 28.59 | 0.52 | 0.49 |
| Hex | BC | 79 | 3C | 0 | 24 | 44 | 1A | 1D | 34 | 31 |
| Octal | 274 | 171 | 74 | 0 | 44 | 104 | 32 | 35 | 64 | 61 |
| Binary | 10111100 | 1111001 | 111100 | 0 | 100100 | 1000100 | 11010 | 11101 | 110100 | 110001 |
Color Harmonies of #BC793C
Complementary color
Monochromatic Colors of #BC793C
Black with #BC793C
Text Example
Text Example
White with #BC793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC793C; }
p { color: rgb(188,121,60); }
H1.HeaderClassName
{
color: #BC793C;
}
.AnyTagClassName
{
color: #BC793C;
}
</style>
background-color css
<style>
a { background-color: #BC793C; }
a { background-color: rgb(188,121,60); }
div.DivClassName
{
background-color: #BC793C;
}
.BgClassName
{
background-color: #BC793C;
}
</style>
border-color css
<style>
span { border-color: #BC793C; }
span { border-color: rgb(188,121,60); }
td.TdClassName
{
border-color: #BC793C;
}
.TagClassName
{
border-color: #BC793C;
}
</style>