Shades of Pizza #BC903F
Tints of Pizza #BC903F
RGB
CMYK
RGB Variations
Color information
#BC903F (or 0xBC903F) is known color: Pizza. HEX triplet: BC, 90 and 3F. RGB value is (188,144,63). Sum of RGB (Red+Green+Blue) = 188+144+63=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC903F is #436FC0. Grayscale: #949494. Windows color (decimal): -4419521 or 4165820. OLE color: 4165820.
HSL color Cylindrical-coordinate representation of color #BC903F: hue angle of 38.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC903F is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 63 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.26 |
| HSL | 38.88º | 0.5% | 0.49% | - |
| HSV(B) | 38.88º | 0.66% | 0.74% | - |
| XYZ | 31.61 | 31 | 9.02 | - |
| YUV | 147.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 63 | 0 | 0.23 | 0.66 | 0.26 | 38.88 | 0.5 | 0.49 |
| Hex | BC | 90 | 3F | 0 | 17 | 42 | 1A | 27 | 32 | 31 |
| Octal | 274 | 220 | 77 | 0 | 27 | 102 | 32 | 47 | 62 | 61 |
| Binary | 10111100 | 10010000 | 111111 | 0 | 10111 | 1000010 | 11010 | 100111 | 110010 | 110001 |
Color Harmonies of #BC903F
Complementary color
Monochromatic Colors of #BC903F
Black with #BC903F
Text Example
Text Example
White with #BC903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC903F; }
p { color: rgb(188,144,63); }
H1.HeaderClassName
{
color: #BC903F;
}
.AnyTagClassName
{
color: #BC903F;
}
</style>
background-color css
<style>
a { background-color: #BC903F; }
a { background-color: rgb(188,144,63); }
div.DivClassName
{
background-color: #BC903F;
}
.BgClassName
{
background-color: #BC903F;
}
</style>
border-color css
<style>
span { border-color: #BC903F; }
span { border-color: rgb(188,144,63); }
td.TdClassName
{
border-color: #BC903F;
}
.TagClassName
{
border-color: #BC903F;
}
</style>