Shades of Brandy Punch #BC763E
Tints of Brandy Punch #BC763E
RGB
CMYK
RGB Variations
Color information
#BC763E (or 0xBC763E) is known color: Brandy Punch. HEX triplet: BC, 76 and 3E. RGB value is (188,118,62). Sum of RGB (Red+Green+Blue) = 188+118+62=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC763E is #4389C1. Grayscale: #848484. Windows color (decimal): -4426178 or 4093628. OLE color: 4093628.
HSL color Cylindrical-coordinate representation of color #BC763E: hue angle of 26.67º 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 #BC763E is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 62 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.26 |
| HSL | 26.67º | 0.5% | 0.49% | - |
| HSV(B) | 26.67º | 0.67% | 0.74% | - |
| XYZ | 28.09 | 24 | 7.71 | - |
| YUV | 132.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 62 | 0 | 0.37 | 0.67 | 0.26 | 26.67 | 0.5 | 0.49 |
| Hex | BC | 76 | 3E | 0 | 25 | 43 | 1A | 1B | 32 | 31 |
| Octal | 274 | 166 | 76 | 0 | 45 | 103 | 32 | 33 | 62 | 61 |
| Binary | 10111100 | 1110110 | 111110 | 0 | 100101 | 1000011 | 11010 | 11011 | 110010 | 110001 |
Color Harmonies of #BC763E
Complementary color
Monochromatic Colors of #BC763E
Black with #BC763E
Text Example
Text Example
White with #BC763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC763E; }
p { color: rgb(188,118,62); }
H1.HeaderClassName
{
color: #BC763E;
}
.AnyTagClassName
{
color: #BC763E;
}
</style>
background-color css
<style>
a { background-color: #BC763E; }
a { background-color: rgb(188,118,62); }
div.DivClassName
{
background-color: #BC763E;
}
.BgClassName
{
background-color: #BC763E;
}
</style>
border-color css
<style>
span { border-color: #BC763E; }
span { border-color: rgb(188,118,62); }
td.TdClassName
{
border-color: #BC763E;
}
.TagClassName
{
border-color: #BC763E;
}
</style>