Shades of Brandy Punch #BC7B51
Tints of Brandy Punch #BC7B51
RGB
CMYK
RGB Variations
Color information
#BC7B51 (or 0xBC7B51) is known color: Brandy Punch. HEX triplet: BC, 7B and 51. RGB value is (188,123,81). Sum of RGB (Red+Green+Blue) = 188+123+81=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B51 is #4384AE. Grayscale: #898989. Windows color (decimal): -4424879 or 5340092. OLE color: 5340092.
HSL color Cylindrical-coordinate representation of color #BC7B51: hue angle of 23.55º 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 #BC7B51 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 81 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.26 |
| HSL | 23.55º | 0.44% | 0.53% | - |
| HSV(B) | 23.55º | 0.57% | 0.74% | - |
| XYZ | 29.31 | 25.45 | 11.15 | - |
| YUV | 137.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 81 | 0 | 0.35 | 0.57 | 0.26 | 23.55 | 0.44 | 0.53 |
| Hex | BC | 7B | 51 | 0 | 23 | 39 | 1A | 18 | 2C | 35 |
| Octal | 274 | 173 | 121 | 0 | 43 | 71 | 32 | 30 | 54 | 65 |
| Binary | 10111100 | 1111011 | 1010001 | 0 | 100011 | 111001 | 11010 | 11000 | 101100 | 110101 |
Color Harmonies of #BC7B51
Complementary color
Monochromatic Colors of #BC7B51
Black with #BC7B51
Text Example
Text Example
White with #BC7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B51; }
p { color: rgb(188,123,81); }
H1.HeaderClassName
{
color: #BC7B51;
}
.AnyTagClassName
{
color: #BC7B51;
}
</style>
background-color css
<style>
a { background-color: #BC7B51; }
a { background-color: rgb(188,123,81); }
div.DivClassName
{
background-color: #BC7B51;
}
.BgClassName
{
background-color: #BC7B51;
}
</style>
border-color css
<style>
span { border-color: #BC7B51; }
span { border-color: rgb(188,123,81); }
td.TdClassName
{
border-color: #BC7B51;
}
.TagClassName
{
border-color: #BC7B51;
}
</style>