Shades of Brandy Punch #BC763C
Tints of Brandy Punch #BC763C
RGB
CMYK
RGB Variations
Color information
#BC763C (or 0xBC763C) is known color: Brandy Punch. HEX triplet: BC, 76 and 3C. RGB value is (188,118,60). Sum of RGB (Red+Green+Blue) = 188+118+60=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC763C is #4389C3. Grayscale: #848484. Windows color (decimal): -4426180 or 3962556. OLE color: 3962556.
HSL color Cylindrical-coordinate representation of color #BC763C: hue angle of 27.19º degrees, saturation: 0.52, 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 #BC763C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 60 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.26 |
| HSL | 27.19º | 0.52% | 0.49% | - |
| HSV(B) | 27.19º | 0.68% | 0.74% | - |
| XYZ | 28.03 | 23.97 | 7.42 | - |
| YUV | 132.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 60 | 0 | 0.37 | 0.68 | 0.26 | 27.19 | 0.52 | 0.49 |
| Hex | BC | 76 | 3C | 0 | 25 | 44 | 1A | 1B | 34 | 31 |
| Octal | 274 | 166 | 74 | 0 | 45 | 104 | 32 | 33 | 64 | 61 |
| Binary | 10111100 | 1110110 | 111100 | 0 | 100101 | 1000100 | 11010 | 11011 | 110100 | 110001 |
Color Harmonies of #BC763C
Complementary color
Monochromatic Colors of #BC763C
Black with #BC763C
Text Example
Text Example
White with #BC763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC763C; }
p { color: rgb(188,118,60); }
H1.HeaderClassName
{
color: #BC763C;
}
.AnyTagClassName
{
color: #BC763C;
}
</style>
background-color css
<style>
a { background-color: #BC763C; }
a { background-color: rgb(188,118,60); }
div.DivClassName
{
background-color: #BC763C;
}
.BgClassName
{
background-color: #BC763C;
}
</style>
border-color css
<style>
span { border-color: #BC763C; }
span { border-color: rgb(188,118,60); }
td.TdClassName
{
border-color: #BC763C;
}
.TagClassName
{
border-color: #BC763C;
}
</style>