Shades of Pizza #BC903E
Tints of Pizza #BC903E
RGB
CMYK
RGB Variations
Color information
#BC903E (or 0xBC903E) is known color: Pizza. HEX triplet: BC, 90 and 3E. RGB value is (188,144,62). Sum of RGB (Red+Green+Blue) = 188+144+62=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC903E is #436FC1. Grayscale: #949494. Windows color (decimal): -4419522 or 4100284. OLE color: 4100284.
HSL color Cylindrical-coordinate representation of color #BC903E: hue angle of 39.05º 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 #BC903E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 62 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.26 |
| HSL | 39.05º | 0.5% | 0.49% | - |
| HSV(B) | 39.05º | 0.67% | 0.74% | - |
| XYZ | 31.58 | 30.99 | 8.87 | - |
| YUV | 147.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 62 | 0 | 0.23 | 0.67 | 0.26 | 39.05 | 0.5 | 0.49 |
| Hex | BC | 90 | 3E | 0 | 17 | 43 | 1A | 27 | 32 | 31 |
| Octal | 274 | 220 | 76 | 0 | 27 | 103 | 32 | 47 | 62 | 61 |
| Binary | 10111100 | 10010000 | 111110 | 0 | 10111 | 1000011 | 11010 | 100111 | 110010 | 110001 |
Color Harmonies of #BC903E
Complementary color
Monochromatic Colors of #BC903E
Black with #BC903E
Text Example
Text Example
White with #BC903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC903E; }
p { color: rgb(188,144,62); }
H1.HeaderClassName
{
color: #BC903E;
}
.AnyTagClassName
{
color: #BC903E;
}
</style>
background-color css
<style>
a { background-color: #BC903E; }
a { background-color: rgb(188,144,62); }
div.DivClassName
{
background-color: #BC903E;
}
.BgClassName
{
background-color: #BC903E;
}
</style>
border-color css
<style>
span { border-color: #BC903E; }
span { border-color: rgb(188,144,62); }
td.TdClassName
{
border-color: #BC903E;
}
.TagClassName
{
border-color: #BC903E;
}
</style>