Shades of Brandy Punch #BC7F38
Tints of Brandy Punch #BC7F38
RGB
CMYK
RGB Variations
Color information
#BC7F38 (or 0xBC7F38) is known color: Brandy Punch. HEX triplet: BC, 7F and 38. RGB value is (188,127,56). Sum of RGB (Red+Green+Blue) = 188+127+56=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F38 is #4380C7. Grayscale: #898989. Windows color (decimal): -4423880 or 3702716. OLE color: 3702716.
HSL color Cylindrical-coordinate representation of color #BC7F38: hue angle of 32.27º degrees, saturation: 0.54, 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 #BC7F38 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 56 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.26 |
| HSL | 32.27º | 0.54% | 0.48% | - |
| HSV(B) | 32.27º | 0.7% | 0.74% | - |
| XYZ | 29.04 | 26.16 | 7.26 | - |
| YUV | 137.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 56 | 0 | 0.32 | 0.70 | 0.26 | 32.27 | 0.54 | 0.48 |
| Hex | BC | 7F | 38 | 0 | 20 | 46 | 1A | 20 | 36 | 30 |
| Octal | 274 | 177 | 70 | 0 | 40 | 106 | 32 | 40 | 66 | 60 |
| Binary | 10111100 | 1111111 | 111000 | 0 | 100000 | 1000110 | 11010 | 100000 | 110110 | 110000 |
Color Harmonies of #BC7F38
Complementary color
Monochromatic Colors of #BC7F38
Black with #BC7F38
Text Example
Text Example
White with #BC7F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F38; }
p { color: rgb(188,127,56); }
H1.HeaderClassName
{
color: #BC7F38;
}
.AnyTagClassName
{
color: #BC7F38;
}
</style>
background-color css
<style>
a { background-color: #BC7F38; }
a { background-color: rgb(188,127,56); }
div.DivClassName
{
background-color: #BC7F38;
}
.BgClassName
{
background-color: #BC7F38;
}
</style>
border-color css
<style>
span { border-color: #BC7F38; }
span { border-color: rgb(188,127,56); }
td.TdClassName
{
border-color: #BC7F38;
}
.TagClassName
{
border-color: #BC7F38;
}
</style>