Shades of Brandy Punch #BC7C4B
Tints of Brandy Punch #BC7C4B
RGB
CMYK
RGB Variations
Color information
#BC7C4B (or 0xBC7C4B) is known color: Brandy Punch. HEX triplet: BC, 7C and 4B. RGB value is (188,124,75). Sum of RGB (Red+Green+Blue) = 188+124+75=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C4B is #4383B4. Grayscale: #898989. Windows color (decimal): -4424629 or 4947132. OLE color: 4947132.
HSL color Cylindrical-coordinate representation of color #BC7C4B: hue angle of 26.02º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC7C4B is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 75 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.26 |
| HSL | 26.02º | 0.46% | 0.52% | - |
| HSV(B) | 26.02º | 0.6% | 0.74% | - |
| XYZ | 29.22 | 25.61 | 10.06 | - |
| YUV | 137.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 75 | 0 | 0.34 | 0.60 | 0.26 | 26.02 | 0.46 | 0.52 |
| Hex | BC | 7C | 4B | 0 | 22 | 3C | 1A | 1A | 2E | 34 |
| Octal | 274 | 174 | 113 | 0 | 42 | 74 | 32 | 32 | 56 | 64 |
| Binary | 10111100 | 1111100 | 1001011 | 0 | 100010 | 111100 | 11010 | 11010 | 101110 | 110100 |
Color Harmonies of #BC7C4B
Complementary color
Monochromatic Colors of #BC7C4B
Black with #BC7C4B
Text Example
Text Example
White with #BC7C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C4B; }
p { color: rgb(188,124,75); }
H1.HeaderClassName
{
color: #BC7C4B;
}
.AnyTagClassName
{
color: #BC7C4B;
}
</style>
background-color css
<style>
a { background-color: #BC7C4B; }
a { background-color: rgb(188,124,75); }
div.DivClassName
{
background-color: #BC7C4B;
}
.BgClassName
{
background-color: #BC7C4B;
}
</style>
border-color css
<style>
span { border-color: #BC7C4B; }
span { border-color: rgb(188,124,75); }
td.TdClassName
{
border-color: #BC7C4B;
}
.TagClassName
{
border-color: #BC7C4B;
}
</style>