Shades of Brandy Punch #BC7A45
Tints of Brandy Punch #BC7A45
RGB
CMYK
RGB Variations
Color information
#BC7A45 (or 0xBC7A45) is known color: Brandy Punch. HEX triplet: BC, 7A and 45. RGB value is (188,122,69). Sum of RGB (Red+Green+Blue) = 188+122+69=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A45 is #4385BA. Grayscale: #878787. Windows color (decimal): -4425147 or 4553404. OLE color: 4553404.
HSL color Cylindrical-coordinate representation of color #BC7A45: hue angle of 26.72º 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 #BC7A45 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 69 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.26 |
| HSL | 26.72º | 0.47% | 0.5% | - |
| HSV(B) | 26.72º | 0.63% | 0.74% | - |
| XYZ | 28.77 | 25.04 | 8.95 | - |
| YUV | 135.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 69 | 0 | 0.35 | 0.63 | 0.26 | 26.72 | 0.47 | 0.5 |
| Hex | BC | 7A | 45 | 0 | 23 | 3F | 1A | 1B | 2F | 32 |
| Octal | 274 | 172 | 105 | 0 | 43 | 77 | 32 | 33 | 57 | 62 |
| Binary | 10111100 | 1111010 | 1000101 | 0 | 100011 | 111111 | 11010 | 11011 | 101111 | 110010 |
Color Harmonies of #BC7A45
Complementary color
Monochromatic Colors of #BC7A45
Black with #BC7A45
Text Example
Text Example
White with #BC7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A45; }
p { color: rgb(188,122,69); }
H1.HeaderClassName
{
color: #BC7A45;
}
.AnyTagClassName
{
color: #BC7A45;
}
</style>
background-color css
<style>
a { background-color: #BC7A45; }
a { background-color: rgb(188,122,69); }
div.DivClassName
{
background-color: #BC7A45;
}
.BgClassName
{
background-color: #BC7A45;
}
</style>
border-color css
<style>
span { border-color: #BC7A45; }
span { border-color: rgb(188,122,69); }
td.TdClassName
{
border-color: #BC7A45;
}
.TagClassName
{
border-color: #BC7A45;
}
</style>