Shades of Brandy Punch #BC773E
Tints of Brandy Punch #BC773E
RGB
CMYK
RGB Variations
Color information
#BC773E (or 0xBC773E) is known color: Brandy Punch. HEX triplet: BC, 77 and 3E. RGB value is (188,119,62). Sum of RGB (Red+Green+Blue) = 188+119+62=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC773E is #4388C1. Grayscale: #858585. Windows color (decimal): -4425922 or 4093884. OLE color: 4093884.
HSL color Cylindrical-coordinate representation of color #BC773E: hue angle of 27.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC773E is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 62 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.26 |
| HSL | 27.14º | 0.5% | 0.49% | - |
| HSV(B) | 27.14º | 0.67% | 0.74% | - |
| XYZ | 28.21 | 24.23 | 7.75 | - |
| YUV | 133.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 62 | 0 | 0.37 | 0.67 | 0.26 | 27.14 | 0.5 | 0.49 |
| Hex | BC | 77 | 3E | 0 | 25 | 43 | 1A | 1B | 32 | 31 |
| Octal | 274 | 167 | 76 | 0 | 45 | 103 | 32 | 33 | 62 | 61 |
| Binary | 10111100 | 1110111 | 111110 | 0 | 100101 | 1000011 | 11010 | 11011 | 110010 | 110001 |
Color Harmonies of #BC773E
Complementary color
Monochromatic Colors of #BC773E
Black with #BC773E
Text Example
Text Example
White with #BC773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC773E; }
p { color: rgb(188,119,62); }
H1.HeaderClassName
{
color: #BC773E;
}
.AnyTagClassName
{
color: #BC773E;
}
</style>
background-color css
<style>
a { background-color: #BC773E; }
a { background-color: rgb(188,119,62); }
div.DivClassName
{
background-color: #BC773E;
}
.BgClassName
{
background-color: #BC773E;
}
</style>
border-color css
<style>
span { border-color: #BC773E; }
span { border-color: rgb(188,119,62); }
td.TdClassName
{
border-color: #BC773E;
}
.TagClassName
{
border-color: #BC773E;
}
</style>