Shades of Brandy Punch #BC7D55
Tints of Brandy Punch #BC7D55
RGB
CMYK
RGB Variations
Color information
#BC7D55 (or 0xBC7D55) is known color: Brandy Punch. HEX triplet: BC, 7D and 55. RGB value is (188,125,85). Sum of RGB (Red+Green+Blue) = 188+125+85=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D55 is #4382AA. Grayscale: #8B8B8B. Windows color (decimal): -4424363 or 5602748. OLE color: 5602748.
HSL color Cylindrical-coordinate representation of color #BC7D55: hue angle of 23.3º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC7D55 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 85 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.26 |
| HSL | 23.3º | 0.43% | 0.54% | - |
| HSV(B) | 23.3º | 0.55% | 0.74% | - |
| XYZ | 29.71 | 26.01 | 12.05 | - |
| YUV | 139.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 85 | 0 | 0.34 | 0.55 | 0.26 | 23.3 | 0.43 | 0.54 |
| Hex | BC | 7D | 55 | 0 | 22 | 37 | 1A | 17 | 2B | 36 |
| Octal | 274 | 175 | 125 | 0 | 42 | 67 | 32 | 27 | 53 | 66 |
| Binary | 10111100 | 1111101 | 1010101 | 0 | 100010 | 110111 | 11010 | 10111 | 101011 | 110110 |
Color Harmonies of #BC7D55
Complementary color
Monochromatic Colors of #BC7D55
Black with #BC7D55
Text Example
Text Example
White with #BC7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D55; }
p { color: rgb(188,125,85); }
H1.HeaderClassName
{
color: #BC7D55;
}
.AnyTagClassName
{
color: #BC7D55;
}
</style>
background-color css
<style>
a { background-color: #BC7D55; }
a { background-color: rgb(188,125,85); }
div.DivClassName
{
background-color: #BC7D55;
}
.BgClassName
{
background-color: #BC7D55;
}
</style>
border-color css
<style>
span { border-color: #BC7D55; }
span { border-color: rgb(188,125,85); }
td.TdClassName
{
border-color: #BC7D55;
}
.TagClassName
{
border-color: #BC7D55;
}
</style>