Shades of Brandy Punch #BC7D41
Tints of Brandy Punch #BC7D41
RGB
CMYK
RGB Variations
Color information
#BC7D41 (or 0xBC7D41) is known color: Brandy Punch. HEX triplet: BC, 7D and 41. RGB value is (188,125,65). Sum of RGB (Red+Green+Blue) = 188+125+65=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D41 is #4382BE. Grayscale: #898989. Windows color (decimal): -4424383 or 4292028. OLE color: 4292028.
HSL color Cylindrical-coordinate representation of color #BC7D41: hue angle of 29.27º 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 #BC7D41 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 65 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.26 |
| HSL | 29.27º | 0.49% | 0.5% | - |
| HSV(B) | 29.27º | 0.65% | 0.74% | - |
| XYZ | 29.03 | 25.74 | 8.44 | - |
| YUV | 137 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 65 | 0 | 0.34 | 0.65 | 0.26 | 29.27 | 0.49 | 0.5 |
| Hex | BC | 7D | 41 | 0 | 22 | 41 | 1A | 1D | 31 | 32 |
| Octal | 274 | 175 | 101 | 0 | 42 | 101 | 32 | 35 | 61 | 62 |
| Binary | 10111100 | 1111101 | 1000001 | 0 | 100010 | 1000001 | 11010 | 11101 | 110001 | 110010 |
Color Harmonies of #BC7D41
Complementary color
Monochromatic Colors of #BC7D41
Black with #BC7D41
Text Example
Text Example
White with #BC7D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D41; }
p { color: rgb(188,125,65); }
H1.HeaderClassName
{
color: #BC7D41;
}
.AnyTagClassName
{
color: #BC7D41;
}
</style>
background-color css
<style>
a { background-color: #BC7D41; }
a { background-color: rgb(188,125,65); }
div.DivClassName
{
background-color: #BC7D41;
}
.BgClassName
{
background-color: #BC7D41;
}
</style>
border-color css
<style>
span { border-color: #BC7D41; }
span { border-color: rgb(188,125,65); }
td.TdClassName
{
border-color: #BC7D41;
}
.TagClassName
{
border-color: #BC7D41;
}
</style>