Shades of Brandy Punch #BC773D
Tints of Brandy Punch #BC773D
RGB
CMYK
RGB Variations
Color information
#BC773D (or 0xBC773D) is known color: Brandy Punch. HEX triplet: BC, 77 and 3D. RGB value is (188,119,61). Sum of RGB (Red+Green+Blue) = 188+119+61=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC773D is #4388C2. Grayscale: #858585. Windows color (decimal): -4425923 or 4028348. OLE color: 4028348.
HSL color Cylindrical-coordinate representation of color #BC773D: hue angle of 27.4º 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 #BC773D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 61 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.26 |
| HSL | 27.4º | 0.51% | 0.49% | - |
| HSV(B) | 27.4º | 0.68% | 0.74% | - |
| XYZ | 28.18 | 24.22 | 7.61 | - |
| YUV | 133.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 61 | 0 | 0.37 | 0.68 | 0.26 | 27.4 | 0.51 | 0.49 |
| Hex | BC | 77 | 3D | 0 | 25 | 44 | 1A | 1B | 33 | 31 |
| Octal | 274 | 167 | 75 | 0 | 45 | 104 | 32 | 33 | 63 | 61 |
| Binary | 10111100 | 1110111 | 111101 | 0 | 100101 | 1000100 | 11010 | 11011 | 110011 | 110001 |
Color Harmonies of #BC773D
Complementary color
Monochromatic Colors of #BC773D
Black with #BC773D
Text Example
Text Example
White with #BC773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC773D; }
p { color: rgb(188,119,61); }
H1.HeaderClassName
{
color: #BC773D;
}
.AnyTagClassName
{
color: #BC773D;
}
</style>
background-color css
<style>
a { background-color: #BC773D; }
a { background-color: rgb(188,119,61); }
div.DivClassName
{
background-color: #BC773D;
}
.BgClassName
{
background-color: #BC773D;
}
</style>
border-color css
<style>
span { border-color: #BC773D; }
span { border-color: rgb(188,119,61); }
td.TdClassName
{
border-color: #BC773D;
}
.TagClassName
{
border-color: #BC773D;
}
</style>