Shades of Brandy Punch #BC7943
Tints of Brandy Punch #BC7943
RGB
CMYK
RGB Variations
Color information
#BC7943 (or 0xBC7943) is known color: Brandy Punch. HEX triplet: BC, 79 and 43. RGB value is (188,121,67). Sum of RGB (Red+Green+Blue) = 188+121+67=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7943 is #4386BC. Grayscale: #878787. Windows color (decimal): -4425405 or 4422076. OLE color: 4422076.
HSL color Cylindrical-coordinate representation of color #BC7943: hue angle of 26.78º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC7943 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 67 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.26 |
| HSL | 26.78º | 0.47% | 0.5% | - |
| HSV(B) | 26.78º | 0.64% | 0.74% | - |
| XYZ | 28.59 | 24.77 | 8.58 | - |
| YUV | 134.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 67 | 0 | 0.36 | 0.64 | 0.26 | 26.78 | 0.47 | 0.5 |
| Hex | BC | 79 | 43 | 0 | 24 | 40 | 1A | 1B | 2F | 32 |
| Octal | 274 | 171 | 103 | 0 | 44 | 100 | 32 | 33 | 57 | 62 |
| Binary | 10111100 | 1111001 | 1000011 | 0 | 100100 | 1000000 | 11010 | 11011 | 101111 | 110010 |
Color Harmonies of #BC7943
Complementary color
Monochromatic Colors of #BC7943
Black with #BC7943
Text Example
Text Example
White with #BC7943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7943; }
p { color: rgb(188,121,67); }
H1.HeaderClassName
{
color: #BC7943;
}
.AnyTagClassName
{
color: #BC7943;
}
</style>
background-color css
<style>
a { background-color: #BC7943; }
a { background-color: rgb(188,121,67); }
div.DivClassName
{
background-color: #BC7943;
}
.BgClassName
{
background-color: #BC7943;
}
</style>
border-color css
<style>
span { border-color: #BC7943; }
span { border-color: rgb(188,121,67); }
td.TdClassName
{
border-color: #BC7943;
}
.TagClassName
{
border-color: #BC7943;
}
</style>