Shades of Pizza #BC923E
Tints of Pizza #BC923E
RGB
CMYK
RGB Variations
Color information
#BC923E (or 0xBC923E) is known color: Pizza. HEX triplet: BC, 92 and 3E. RGB value is (188,146,62). Sum of RGB (Red+Green+Blue) = 188+146+62=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC923E is #436DC1. Grayscale: #959595. Windows color (decimal): -4419010 or 4100796. OLE color: 4100796.
HSL color Cylindrical-coordinate representation of color #BC923E: hue angle of 40º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC923E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 62 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.26 |
| HSL | 40º | 0.5% | 0.49% | - |
| HSV(B) | 40º | 0.67% | 0.74% | - |
| XYZ | 31.89 | 31.6 | 8.98 | - |
| YUV | 148.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 62 | 0 | 0.22 | 0.67 | 0.26 | 40 | 0.5 | 0.49 |
| Hex | BC | 92 | 3E | 0 | 16 | 43 | 1A | 28 | 32 | 31 |
| Octal | 274 | 222 | 76 | 0 | 26 | 103 | 32 | 50 | 62 | 61 |
| Binary | 10111100 | 10010010 | 111110 | 0 | 10110 | 1000011 | 11010 | 101000 | 110010 | 110001 |
Color Harmonies of #BC923E
Complementary color
Monochromatic Colors of #BC923E
Black with #BC923E
Text Example
Text Example
White with #BC923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC923E; }
p { color: rgb(188,146,62); }
H1.HeaderClassName
{
color: #BC923E;
}
.AnyTagClassName
{
color: #BC923E;
}
</style>
background-color css
<style>
a { background-color: #BC923E; }
a { background-color: rgb(188,146,62); }
div.DivClassName
{
background-color: #BC923E;
}
.BgClassName
{
background-color: #BC923E;
}
</style>
border-color css
<style>
span { border-color: #BC923E; }
span { border-color: rgb(188,146,62); }
td.TdClassName
{
border-color: #BC923E;
}
.TagClassName
{
border-color: #BC923E;
}
</style>