Shades of Brandy Punch #BC7845
Tints of Brandy Punch #BC7845
RGB
CMYK
RGB Variations
Color information
#BC7845 (or 0xBC7845) is known color: Brandy Punch. HEX triplet: BC, 78 and 45. RGB value is (188,120,69). Sum of RGB (Red+Green+Blue) = 188+120+69=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7845 is #4387BA. Grayscale: #868686. Windows color (decimal): -4425659 or 4552892. OLE color: 4552892.
HSL color Cylindrical-coordinate representation of color #BC7845: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC7845 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 69 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.26 |
| HSL | 25.71º | 0.47% | 0.5% | - |
| HSV(B) | 25.71º | 0.63% | 0.74% | - |
| XYZ | 28.53 | 24.55 | 8.87 | - |
| YUV | 134.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 69 | 0 | 0.36 | 0.63 | 0.26 | 25.71 | 0.47 | 0.5 |
| Hex | BC | 78 | 45 | 0 | 24 | 3F | 1A | 1A | 2F | 32 |
| Octal | 274 | 170 | 105 | 0 | 44 | 77 | 32 | 32 | 57 | 62 |
| Binary | 10111100 | 1111000 | 1000101 | 0 | 100100 | 111111 | 11010 | 11010 | 101111 | 110010 |
Color Harmonies of #BC7845
Complementary color
Monochromatic Colors of #BC7845
Black with #BC7845
Text Example
Text Example
White with #BC7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7845; }
p { color: rgb(188,120,69); }
H1.HeaderClassName
{
color: #BC7845;
}
.AnyTagClassName
{
color: #BC7845;
}
</style>
background-color css
<style>
a { background-color: #BC7845; }
a { background-color: rgb(188,120,69); }
div.DivClassName
{
background-color: #BC7845;
}
.BgClassName
{
background-color: #BC7845;
}
</style>
border-color css
<style>
span { border-color: #BC7845; }
span { border-color: rgb(188,120,69); }
td.TdClassName
{
border-color: #BC7845;
}
.TagClassName
{
border-color: #BC7845;
}
</style>