Shades of Brandy Punch #BC7A51
Tints of Brandy Punch #BC7A51
RGB
CMYK
RGB Variations
Color information
#BC7A51 (or 0xBC7A51) is known color: Brandy Punch. HEX triplet: BC, 7A and 51. RGB value is (188,122,81). Sum of RGB (Red+Green+Blue) = 188+122+81=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A51 is #4385AE. Grayscale: #898989. Windows color (decimal): -4425135 or 5339836. OLE color: 5339836.
HSL color Cylindrical-coordinate representation of color #BC7A51: hue angle of 22.99º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC7A51 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 81 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.26 |
| HSL | 22.99º | 0.44% | 0.53% | - |
| HSV(B) | 22.99º | 0.57% | 0.74% | - |
| XYZ | 29.18 | 25.2 | 11.11 | - |
| YUV | 137.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 81 | 0 | 0.35 | 0.57 | 0.26 | 22.99 | 0.44 | 0.53 |
| Hex | BC | 7A | 51 | 0 | 23 | 39 | 1A | 17 | 2C | 35 |
| Octal | 274 | 172 | 121 | 0 | 43 | 71 | 32 | 27 | 54 | 65 |
| Binary | 10111100 | 1111010 | 1010001 | 0 | 100011 | 111001 | 11010 | 10111 | 101100 | 110101 |
Color Harmonies of #BC7A51
Complementary color
Monochromatic Colors of #BC7A51
Black with #BC7A51
Text Example
Text Example
White with #BC7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A51; }
p { color: rgb(188,122,81); }
H1.HeaderClassName
{
color: #BC7A51;
}
.AnyTagClassName
{
color: #BC7A51;
}
</style>
background-color css
<style>
a { background-color: #BC7A51; }
a { background-color: rgb(188,122,81); }
div.DivClassName
{
background-color: #BC7A51;
}
.BgClassName
{
background-color: #BC7A51;
}
</style>
border-color css
<style>
span { border-color: #BC7A51; }
span { border-color: rgb(188,122,81); }
td.TdClassName
{
border-color: #BC7A51;
}
.TagClassName
{
border-color: #BC7A51;
}
</style>