Shades of Brandy Punch #BC7945
Tints of Brandy Punch #BC7945
RGB
CMYK
RGB Variations
Color information
#BC7945 (or 0xBC7945) is known color: Brandy Punch. HEX triplet: BC, 79 and 45. RGB value is (188,121,69). Sum of RGB (Red+Green+Blue) = 188+121+69=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7945 is #4386BA. Grayscale: #878787. Windows color (decimal): -4425403 or 4553148. OLE color: 4553148.
HSL color Cylindrical-coordinate representation of color #BC7945: hue angle of 26.22º 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 #BC7945 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 69 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.26 |
| HSL | 26.22º | 0.47% | 0.5% | - |
| HSV(B) | 26.22º | 0.63% | 0.74% | - |
| XYZ | 28.65 | 24.8 | 8.91 | - |
| YUV | 135.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 69 | 0 | 0.36 | 0.63 | 0.26 | 26.22 | 0.47 | 0.5 |
| Hex | BC | 79 | 45 | 0 | 24 | 3F | 1A | 1A | 2F | 32 |
| Octal | 274 | 171 | 105 | 0 | 44 | 77 | 32 | 32 | 57 | 62 |
| Binary | 10111100 | 1111001 | 1000101 | 0 | 100100 | 111111 | 11010 | 11010 | 101111 | 110010 |
Color Harmonies of #BC7945
Complementary color
Monochromatic Colors of #BC7945
Black with #BC7945
Text Example
Text Example
White with #BC7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7945; }
p { color: rgb(188,121,69); }
H1.HeaderClassName
{
color: #BC7945;
}
.AnyTagClassName
{
color: #BC7945;
}
</style>
background-color css
<style>
a { background-color: #BC7945; }
a { background-color: rgb(188,121,69); }
div.DivClassName
{
background-color: #BC7945;
}
.BgClassName
{
background-color: #BC7945;
}
</style>
border-color css
<style>
span { border-color: #BC7945; }
span { border-color: rgb(188,121,69); }
td.TdClassName
{
border-color: #BC7945;
}
.TagClassName
{
border-color: #BC7945;
}
</style>