Shades of Brandy Punch #BC763F
Tints of Brandy Punch #BC763F
RGB
CMYK
RGB Variations
Color information
#BC763F (or 0xBC763F) is known color: Brandy Punch. HEX triplet: BC, 76 and 3F. RGB value is (188,118,63). Sum of RGB (Red+Green+Blue) = 188+118+63=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC763F is #4389C0. Grayscale: #848484. Windows color (decimal): -4426177 or 4159164. OLE color: 4159164.
HSL color Cylindrical-coordinate representation of color #BC763F: hue angle of 26.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC763F is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 63 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.26 |
| HSL | 26.4º | 0.5% | 0.49% | - |
| HSV(B) | 26.4º | 0.66% | 0.74% | - |
| XYZ | 28.11 | 24.01 | 7.85 | - |
| YUV | 132.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 63 | 0 | 0.37 | 0.66 | 0.26 | 26.4 | 0.5 | 0.49 |
| Hex | BC | 76 | 3F | 0 | 25 | 42 | 1A | 1A | 32 | 31 |
| Octal | 274 | 166 | 77 | 0 | 45 | 102 | 32 | 32 | 62 | 61 |
| Binary | 10111100 | 1110110 | 111111 | 0 | 100101 | 1000010 | 11010 | 11010 | 110010 | 110001 |
Color Harmonies of #BC763F
Complementary color
Monochromatic Colors of #BC763F
Black with #BC763F
Text Example
Text Example
White with #BC763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC763F; }
p { color: rgb(188,118,63); }
H1.HeaderClassName
{
color: #BC763F;
}
.AnyTagClassName
{
color: #BC763F;
}
</style>
background-color css
<style>
a { background-color: #BC763F; }
a { background-color: rgb(188,118,63); }
div.DivClassName
{
background-color: #BC763F;
}
.BgClassName
{
background-color: #BC763F;
}
</style>
border-color css
<style>
span { border-color: #BC763F; }
span { border-color: rgb(188,118,63); }
td.TdClassName
{
border-color: #BC763F;
}
.TagClassName
{
border-color: #BC763F;
}
</style>