Shades of Brandy Punch #BC7B39
Tints of Brandy Punch #BC7B39
RGB
CMYK
RGB Variations
Color information
#BC7B39 (or 0xBC7B39) is known color: Brandy Punch. HEX triplet: BC, 7B and 39. RGB value is (188,123,57). Sum of RGB (Red+Green+Blue) = 188+123+57=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B39 is #4384C6. Grayscale: #878787. Windows color (decimal): -4424903 or 3767228. OLE color: 3767228.
HSL color Cylindrical-coordinate representation of color #BC7B39: hue angle of 30.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC7B39 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 57 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.26 |
| HSL | 30.23º | 0.53% | 0.48% | - |
| HSV(B) | 30.23º | 0.7% | 0.74% | - |
| XYZ | 28.56 | 25.15 | 7.22 | - |
| YUV | 134.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 57 | 0 | 0.35 | 0.70 | 0.26 | 30.23 | 0.53 | 0.48 |
| Hex | BC | 7B | 39 | 0 | 23 | 46 | 1A | 1E | 35 | 30 |
| Octal | 274 | 173 | 71 | 0 | 43 | 106 | 32 | 36 | 65 | 60 |
| Binary | 10111100 | 1111011 | 111001 | 0 | 100011 | 1000110 | 11010 | 11110 | 110101 | 110000 |
Color Harmonies of #BC7B39
Complementary color
Monochromatic Colors of #BC7B39
Black with #BC7B39
Text Example
Text Example
White with #BC7B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B39; }
p { color: rgb(188,123,57); }
H1.HeaderClassName
{
color: #BC7B39;
}
.AnyTagClassName
{
color: #BC7B39;
}
</style>
background-color css
<style>
a { background-color: #BC7B39; }
a { background-color: rgb(188,123,57); }
div.DivClassName
{
background-color: #BC7B39;
}
.BgClassName
{
background-color: #BC7B39;
}
</style>
border-color css
<style>
span { border-color: #BC7B39; }
span { border-color: rgb(188,123,57); }
td.TdClassName
{
border-color: #BC7B39;
}
.TagClassName
{
border-color: #BC7B39;
}
</style>