Shades of Brandy Punch #BC7B41
Tints of Brandy Punch #BC7B41
RGB
CMYK
RGB Variations
Color information
#BC7B41 (or 0xBC7B41) is known color: Brandy Punch. HEX triplet: BC, 7B and 41. RGB value is (188,123,65). Sum of RGB (Red+Green+Blue) = 188+123+65=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B41 is #4384BE. Grayscale: #888888. Windows color (decimal): -4424895 or 4291516. OLE color: 4291516.
HSL color Cylindrical-coordinate representation of color #BC7B41: hue angle of 28.29º 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 #BC7B41 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 65 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.26 |
| HSL | 28.29º | 0.49% | 0.5% | - |
| HSV(B) | 28.29º | 0.65% | 0.74% | - |
| XYZ | 28.78 | 25.24 | 8.36 | - |
| YUV | 135.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 65 | 0 | 0.35 | 0.65 | 0.26 | 28.29 | 0.49 | 0.5 |
| Hex | BC | 7B | 41 | 0 | 23 | 41 | 1A | 1C | 31 | 32 |
| Octal | 274 | 173 | 101 | 0 | 43 | 101 | 32 | 34 | 61 | 62 |
| Binary | 10111100 | 1111011 | 1000001 | 0 | 100011 | 1000001 | 11010 | 11100 | 110001 | 110010 |
Color Harmonies of #BC7B41
Complementary color
Monochromatic Colors of #BC7B41
Black with #BC7B41
Text Example
Text Example
White with #BC7B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B41; }
p { color: rgb(188,123,65); }
H1.HeaderClassName
{
color: #BC7B41;
}
.AnyTagClassName
{
color: #BC7B41;
}
</style>
background-color css
<style>
a { background-color: #BC7B41; }
a { background-color: rgb(188,123,65); }
div.DivClassName
{
background-color: #BC7B41;
}
.BgClassName
{
background-color: #BC7B41;
}
</style>
border-color css
<style>
span { border-color: #BC7B41; }
span { border-color: rgb(188,123,65); }
td.TdClassName
{
border-color: #BC7B41;
}
.TagClassName
{
border-color: #BC7B41;
}
</style>