Shades of Brandy Punch #BC7D54
Tints of Brandy Punch #BC7D54
RGB
CMYK
RGB Variations
Color information
#BC7D54 (or 0xBC7D54) is known color: Brandy Punch. HEX triplet: BC, 7D and 54. RGB value is (188,125,84). Sum of RGB (Red+Green+Blue) = 188+125+84=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D54 is #4382AB. Grayscale: #8B8B8B. Windows color (decimal): -4424364 or 5537212. OLE color: 5537212.
HSL color Cylindrical-coordinate representation of color #BC7D54: hue angle of 23.65º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC7D54 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 84 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.26 |
| HSL | 23.65º | 0.44% | 0.53% | - |
| HSV(B) | 23.65º | 0.55% | 0.74% | - |
| XYZ | 29.67 | 26 | 11.84 | - |
| YUV | 139.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 84 | 0 | 0.34 | 0.55 | 0.26 | 23.65 | 0.44 | 0.53 |
| Hex | BC | 7D | 54 | 0 | 22 | 37 | 1A | 18 | 2C | 35 |
| Octal | 274 | 175 | 124 | 0 | 42 | 67 | 32 | 30 | 54 | 65 |
| Binary | 10111100 | 1111101 | 1010100 | 0 | 100010 | 110111 | 11010 | 11000 | 101100 | 110101 |
Color Harmonies of #BC7D54
Complementary color
Monochromatic Colors of #BC7D54
Black with #BC7D54
Text Example
Text Example
White with #BC7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D54; }
p { color: rgb(188,125,84); }
H1.HeaderClassName
{
color: #BC7D54;
}
.AnyTagClassName
{
color: #BC7D54;
}
</style>
background-color css
<style>
a { background-color: #BC7D54; }
a { background-color: rgb(188,125,84); }
div.DivClassName
{
background-color: #BC7D54;
}
.BgClassName
{
background-color: #BC7D54;
}
</style>
border-color css
<style>
span { border-color: #BC7D54; }
span { border-color: rgb(188,125,84); }
td.TdClassName
{
border-color: #BC7D54;
}
.TagClassName
{
border-color: #BC7D54;
}
</style>