Shades of Pizza #BC8937
Tints of Pizza #BC8937
RGB
CMYK
RGB Variations
Color information
#BC8937 (or 0xBC8937) is known color: Pizza. HEX triplet: BC, 89 and 37. RGB value is (188,137,55). Sum of RGB (Red+Green+Blue) = 188+137+55=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8937 is #4376C8. Grayscale: #8F8F8F. Windows color (decimal): -4421321 or 3639740. OLE color: 3639740.
HSL color Cylindrical-coordinate representation of color #BC8937: hue angle of 36.99º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC8937 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 55 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.26 |
| HSL | 36.99º | 0.55% | 0.48% | - |
| HSV(B) | 36.99º | 0.71% | 0.74% | - |
| XYZ | 30.37 | 28.86 | 7.58 | - |
| YUV | 142.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 55 | 0 | 0.27 | 0.71 | 0.26 | 36.99 | 0.55 | 0.48 |
| Hex | BC | 89 | 37 | 0 | 1B | 47 | 1A | 25 | 37 | 30 |
| Octal | 274 | 211 | 67 | 0 | 33 | 107 | 32 | 45 | 67 | 60 |
| Binary | 10111100 | 10001001 | 110111 | 0 | 11011 | 1000111 | 11010 | 100101 | 110111 | 110000 |
Color Harmonies of #BC8937
Complementary color
Monochromatic Colors of #BC8937
Black with #BC8937
Text Example
Text Example
White with #BC8937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8937; }
p { color: rgb(188,137,55); }
H1.HeaderClassName
{
color: #BC8937;
}
.AnyTagClassName
{
color: #BC8937;
}
</style>
background-color css
<style>
a { background-color: #BC8937; }
a { background-color: rgb(188,137,55); }
div.DivClassName
{
background-color: #BC8937;
}
.BgClassName
{
background-color: #BC8937;
}
</style>
border-color css
<style>
span { border-color: #BC8937; }
span { border-color: rgb(188,137,55); }
td.TdClassName
{
border-color: #BC8937;
}
.TagClassName
{
border-color: #BC8937;
}
</style>