Shades of Brandy Punch #BC7641
Tints of Brandy Punch #BC7641
RGB
CMYK
RGB Variations
Color information
#BC7641 (or 0xBC7641) is known color: Brandy Punch. HEX triplet: BC, 76 and 41. RGB value is (188,118,65). Sum of RGB (Red+Green+Blue) = 188+118+65=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7641 is #4389BE. Grayscale: #858585. Windows color (decimal): -4426175 or 4290236. OLE color: 4290236.
HSL color Cylindrical-coordinate representation of color #BC7641: hue angle of 25.85º 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 #BC7641 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 65 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.26 |
| HSL | 25.85º | 0.49% | 0.5% | - |
| HSV(B) | 25.85º | 0.65% | 0.74% | - |
| XYZ | 28.17 | 24.03 | 8.15 | - |
| YUV | 132.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 65 | 0 | 0.37 | 0.65 | 0.26 | 25.85 | 0.49 | 0.5 |
| Hex | BC | 76 | 41 | 0 | 25 | 41 | 1A | 1A | 31 | 32 |
| Octal | 274 | 166 | 101 | 0 | 45 | 101 | 32 | 32 | 61 | 62 |
| Binary | 10111100 | 1110110 | 1000001 | 0 | 100101 | 1000001 | 11010 | 11010 | 110001 | 110010 |
Color Harmonies of #BC7641
Complementary color
Monochromatic Colors of #BC7641
Black with #BC7641
Text Example
Text Example
White with #BC7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7641; }
p { color: rgb(188,118,65); }
H1.HeaderClassName
{
color: #BC7641;
}
.AnyTagClassName
{
color: #BC7641;
}
</style>
background-color css
<style>
a { background-color: #BC7641; }
a { background-color: rgb(188,118,65); }
div.DivClassName
{
background-color: #BC7641;
}
.BgClassName
{
background-color: #BC7641;
}
</style>
border-color css
<style>
span { border-color: #BC7641; }
span { border-color: rgb(188,118,65); }
td.TdClassName
{
border-color: #BC7641;
}
.TagClassName
{
border-color: #BC7641;
}
</style>