Shades of Brandy Punch #BC763B
Tints of Brandy Punch #BC763B
RGB
CMYK
RGB Variations
Color information
#BC763B (or 0xBC763B) is known color: Brandy Punch. HEX triplet: BC, 76 and 3B. RGB value is (188,118,59). Sum of RGB (Red+Green+Blue) = 188+118+59=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC763B is #4389C4. Grayscale: #848484. Windows color (decimal): -4426181 or 3897020. OLE color: 3897020.
HSL color Cylindrical-coordinate representation of color #BC763B: hue angle of 27.44º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC763B is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 59 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.26 |
| HSL | 27.44º | 0.52% | 0.48% | - |
| HSV(B) | 27.44º | 0.69% | 0.74% | - |
| XYZ | 28.01 | 23.96 | 7.29 | - |
| YUV | 132.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 59 | 0 | 0.37 | 0.69 | 0.26 | 27.44 | 0.52 | 0.48 |
| Hex | BC | 76 | 3B | 0 | 25 | 45 | 1A | 1B | 34 | 30 |
| Octal | 274 | 166 | 73 | 0 | 45 | 105 | 32 | 33 | 64 | 60 |
| Binary | 10111100 | 1110110 | 111011 | 0 | 100101 | 1000101 | 11010 | 11011 | 110100 | 110000 |
Color Harmonies of #BC763B
Complementary color
Monochromatic Colors of #BC763B
Black with #BC763B
Text Example
Text Example
White with #BC763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC763B; }
p { color: rgb(188,118,59); }
H1.HeaderClassName
{
color: #BC763B;
}
.AnyTagClassName
{
color: #BC763B;
}
</style>
background-color css
<style>
a { background-color: #BC763B; }
a { background-color: rgb(188,118,59); }
div.DivClassName
{
background-color: #BC763B;
}
.BgClassName
{
background-color: #BC763B;
}
</style>
border-color css
<style>
span { border-color: #BC763B; }
span { border-color: rgb(188,118,59); }
td.TdClassName
{
border-color: #BC763B;
}
.TagClassName
{
border-color: #BC763B;
}
</style>