Shades of Brandy Punch #BC793D
Tints of Brandy Punch #BC793D
RGB
CMYK
RGB Variations
Color information
#BC793D (or 0xBC793D) is known color: Brandy Punch. HEX triplet: BC, 79 and 3D. RGB value is (188,121,61). Sum of RGB (Red+Green+Blue) = 188+121+61=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC793D is #4386C2. Grayscale: #868686. Windows color (decimal): -4425411 or 4028860. OLE color: 4028860.
HSL color Cylindrical-coordinate representation of color #BC793D: hue angle of 28.35º degrees, saturation: 0.51, 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 #BC793D is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 61 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.26 |
| HSL | 28.35º | 0.51% | 0.49% | - |
| HSV(B) | 28.35º | 0.68% | 0.74% | - |
| XYZ | 28.42 | 24.7 | 7.69 | - |
| YUV | 134.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 61 | 0 | 0.36 | 0.68 | 0.26 | 28.35 | 0.51 | 0.49 |
| Hex | BC | 79 | 3D | 0 | 24 | 44 | 1A | 1C | 33 | 31 |
| Octal | 274 | 171 | 75 | 0 | 44 | 104 | 32 | 34 | 63 | 61 |
| Binary | 10111100 | 1111001 | 111101 | 0 | 100100 | 1000100 | 11010 | 11100 | 110011 | 110001 |
Color Harmonies of #BC793D
Complementary color
Monochromatic Colors of #BC793D
Black with #BC793D
Text Example
Text Example
White with #BC793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC793D; }
p { color: rgb(188,121,61); }
H1.HeaderClassName
{
color: #BC793D;
}
.AnyTagClassName
{
color: #BC793D;
}
</style>
background-color css
<style>
a { background-color: #BC793D; }
a { background-color: rgb(188,121,61); }
div.DivClassName
{
background-color: #BC793D;
}
.BgClassName
{
background-color: #BC793D;
}
</style>
border-color css
<style>
span { border-color: #BC793D; }
span { border-color: rgb(188,121,61); }
td.TdClassName
{
border-color: #BC793D;
}
.TagClassName
{
border-color: #BC793D;
}
</style>