Shades of Brandy Punch #BC7842
Tints of Brandy Punch #BC7842
RGB
CMYK
RGB Variations
Color information
#BC7842 (or 0xBC7842) is known color: Brandy Punch. HEX triplet: BC, 78 and 42. RGB value is (188,120,66). Sum of RGB (Red+Green+Blue) = 188+120+66=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7842 is #4387BD. Grayscale: #868686. Windows color (decimal): -4425662 or 4356284. OLE color: 4356284.
HSL color Cylindrical-coordinate representation of color #BC7842: hue angle of 26.56º degrees, saturation: 0.48, 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 #BC7842 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 66 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.26 |
| HSL | 26.56º | 0.48% | 0.5% | - |
| HSV(B) | 26.56º | 0.65% | 0.74% | - |
| XYZ | 28.44 | 24.52 | 8.39 | - |
| YUV | 134.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 66 | 0 | 0.36 | 0.65 | 0.26 | 26.56 | 0.48 | 0.5 |
| Hex | BC | 78 | 42 | 0 | 24 | 41 | 1A | 1B | 30 | 32 |
| Octal | 274 | 170 | 102 | 0 | 44 | 101 | 32 | 33 | 60 | 62 |
| Binary | 10111100 | 1111000 | 1000010 | 0 | 100100 | 1000001 | 11010 | 11011 | 110000 | 110010 |
Color Harmonies of #BC7842
Complementary color
Monochromatic Colors of #BC7842
Black with #BC7842
Text Example
Text Example
White with #BC7842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7842; }
p { color: rgb(188,120,66); }
H1.HeaderClassName
{
color: #BC7842;
}
.AnyTagClassName
{
color: #BC7842;
}
</style>
background-color css
<style>
a { background-color: #BC7842; }
a { background-color: rgb(188,120,66); }
div.DivClassName
{
background-color: #BC7842;
}
.BgClassName
{
background-color: #BC7842;
}
</style>
border-color css
<style>
span { border-color: #BC7842; }
span { border-color: rgb(188,120,66); }
td.TdClassName
{
border-color: #BC7842;
}
.TagClassName
{
border-color: #BC7842;
}
</style>