Shades of Brandy Punch #BC7245
Tints of Brandy Punch #BC7245
RGB
CMYK
RGB Variations
Color information
#BC7245 (or 0xBC7245) is known color: Brandy Punch. HEX triplet: BC, 72 and 45. RGB value is (188,114,69). Sum of RGB (Red+Green+Blue) = 188+114+69=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7245 is #438DBA. Grayscale: #838383. Windows color (decimal): -4427195 or 4551356. OLE color: 4551356.
HSL color Cylindrical-coordinate representation of color #BC7245: hue angle of 22.69º 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 #BC7245 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 69 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.26 |
| HSL | 22.69º | 0.47% | 0.5% | - |
| HSV(B) | 22.69º | 0.63% | 0.74% | - |
| XYZ | 27.83 | 23.16 | 8.63 | - |
| YUV | 131 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 69 | 0 | 0.39 | 0.63 | 0.26 | 22.69 | 0.47 | 0.5 |
| Hex | BC | 72 | 45 | 0 | 27 | 3F | 1A | 17 | 2F | 32 |
| Octal | 274 | 162 | 105 | 0 | 47 | 77 | 32 | 27 | 57 | 62 |
| Binary | 10111100 | 1110010 | 1000101 | 0 | 100111 | 111111 | 11010 | 10111 | 101111 | 110010 |
Color Harmonies of #BC7245
Complementary color
Monochromatic Colors of #BC7245
Black with #BC7245
Text Example
Text Example
White with #BC7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7245; }
p { color: rgb(188,114,69); }
H1.HeaderClassName
{
color: #BC7245;
}
.AnyTagClassName
{
color: #BC7245;
}
</style>
background-color css
<style>
a { background-color: #BC7245; }
a { background-color: rgb(188,114,69); }
div.DivClassName
{
background-color: #BC7245;
}
.BgClassName
{
background-color: #BC7245;
}
</style>
border-color css
<style>
span { border-color: #BC7245; }
span { border-color: rgb(188,114,69); }
td.TdClassName
{
border-color: #BC7245;
}
.TagClassName
{
border-color: #BC7245;
}
</style>