Shades of Brandy Punch #BC753E
Tints of Brandy Punch #BC753E
RGB
CMYK
RGB Variations
Color information
#BC753E (or 0xBC753E) is known color: Brandy Punch. HEX triplet: BC, 75 and 3E. RGB value is (188,117,62). Sum of RGB (Red+Green+Blue) = 188+117+62=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC753E is #438AC1. Grayscale: #848484. Windows color (decimal): -4426434 or 4093372. OLE color: 4093372.
HSL color Cylindrical-coordinate representation of color #BC753E: hue angle of 26.19º 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 #BC753E is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 62 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.26 |
| HSL | 26.19º | 0.5% | 0.49% | - |
| HSV(B) | 26.19º | 0.67% | 0.74% | - |
| XYZ | 27.97 | 23.76 | 7.67 | - |
| YUV | 131.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 62 | 0 | 0.38 | 0.67 | 0.26 | 26.19 | 0.5 | 0.49 |
| Hex | BC | 75 | 3E | 0 | 26 | 43 | 1A | 1A | 32 | 31 |
| Octal | 274 | 165 | 76 | 0 | 46 | 103 | 32 | 32 | 62 | 61 |
| Binary | 10111100 | 1110101 | 111110 | 0 | 100110 | 1000011 | 11010 | 11010 | 110010 | 110001 |
Color Harmonies of #BC753E
Complementary color
Monochromatic Colors of #BC753E
Black with #BC753E
Text Example
Text Example
White with #BC753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC753E; }
p { color: rgb(188,117,62); }
H1.HeaderClassName
{
color: #BC753E;
}
.AnyTagClassName
{
color: #BC753E;
}
</style>
background-color css
<style>
a { background-color: #BC753E; }
a { background-color: rgb(188,117,62); }
div.DivClassName
{
background-color: #BC753E;
}
.BgClassName
{
background-color: #BC753E;
}
</style>
border-color css
<style>
span { border-color: #BC753E; }
span { border-color: rgb(188,117,62); }
td.TdClassName
{
border-color: #BC753E;
}
.TagClassName
{
border-color: #BC753E;
}
</style>