Shades of Pizza #BC923D
Tints of Pizza #BC923D
RGB
CMYK
RGB Variations
Color information
#BC923D (or 0xBC923D) is known color: Pizza. HEX triplet: BC, 92 and 3D. RGB value is (188,146,61). Sum of RGB (Red+Green+Blue) = 188+146+61=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC923D is #436DC2. Grayscale: #959595. Windows color (decimal): -4419011 or 4035260. OLE color: 4035260.
HSL color Cylindrical-coordinate representation of color #BC923D: hue angle of 40.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC923D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 61 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.26 |
| HSL | 40.16º | 0.51% | 0.49% | - |
| HSV(B) | 40.16º | 0.68% | 0.74% | - |
| XYZ | 31.86 | 31.59 | 8.83 | - |
| YUV | 148.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 61 | 0 | 0.22 | 0.68 | 0.26 | 40.16 | 0.51 | 0.49 |
| Hex | BC | 92 | 3D | 0 | 16 | 44 | 1A | 28 | 33 | 31 |
| Octal | 274 | 222 | 75 | 0 | 26 | 104 | 32 | 50 | 63 | 61 |
| Binary | 10111100 | 10010010 | 111101 | 0 | 10110 | 1000100 | 11010 | 101000 | 110011 | 110001 |
Color Harmonies of #BC923D
Complementary color
Monochromatic Colors of #BC923D
Black with #BC923D
Text Example
Text Example
White with #BC923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC923D; }
p { color: rgb(188,146,61); }
H1.HeaderClassName
{
color: #BC923D;
}
.AnyTagClassName
{
color: #BC923D;
}
</style>
background-color css
<style>
a { background-color: #BC923D; }
a { background-color: rgb(188,146,61); }
div.DivClassName
{
background-color: #BC923D;
}
.BgClassName
{
background-color: #BC923D;
}
</style>
border-color css
<style>
span { border-color: #BC923D; }
span { border-color: rgb(188,146,61); }
td.TdClassName
{
border-color: #BC923D;
}
.TagClassName
{
border-color: #BC923D;
}
</style>