Shades of Brandy Punch #BC7741
Tints of Brandy Punch #BC7741
RGB
CMYK
RGB Variations
Color information
#BC7741 (or 0xBC7741) is known color: Brandy Punch. HEX triplet: BC, 77 and 41. RGB value is (188,119,65). Sum of RGB (Red+Green+Blue) = 188+119+65=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7741 is #4388BE. Grayscale: #858585. Windows color (decimal): -4425919 or 4290492. OLE color: 4290492.
HSL color Cylindrical-coordinate representation of color #BC7741: hue angle of 26.34º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC7741 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 65 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.26 |
| HSL | 26.34º | 0.49% | 0.5% | - |
| HSV(B) | 26.34º | 0.65% | 0.74% | - |
| XYZ | 28.29 | 24.27 | 8.19 | - |
| YUV | 133.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 65 | 0 | 0.37 | 0.65 | 0.26 | 26.34 | 0.49 | 0.5 |
| Hex | BC | 77 | 41 | 0 | 25 | 41 | 1A | 1A | 31 | 32 |
| Octal | 274 | 167 | 101 | 0 | 45 | 101 | 32 | 32 | 61 | 62 |
| Binary | 10111100 | 1110111 | 1000001 | 0 | 100101 | 1000001 | 11010 | 11010 | 110001 | 110010 |
Color Harmonies of #BC7741
Complementary color
Monochromatic Colors of #BC7741
Black with #BC7741
Text Example
Text Example
White with #BC7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7741; }
p { color: rgb(188,119,65); }
H1.HeaderClassName
{
color: #BC7741;
}
.AnyTagClassName
{
color: #BC7741;
}
</style>
background-color css
<style>
a { background-color: #BC7741; }
a { background-color: rgb(188,119,65); }
div.DivClassName
{
background-color: #BC7741;
}
.BgClassName
{
background-color: #BC7741;
}
</style>
border-color css
<style>
span { border-color: #BC7741; }
span { border-color: rgb(188,119,65); }
td.TdClassName
{
border-color: #BC7741;
}
.TagClassName
{
border-color: #BC7741;
}
</style>