Shades of Pizza #BC8F43
Tints of Pizza #BC8F43
RGB
CMYK
RGB Variations
Color information
#BC8F43 (or 0xBC8F43) is known color: Pizza. HEX triplet: BC, 8F and 43. RGB value is (188,143,67). Sum of RGB (Red+Green+Blue) = 188+143+67=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F43 is #4370BC. Grayscale: #949494. Windows color (decimal): -4419773 or 4427708. OLE color: 4427708.
HSL color Cylindrical-coordinate representation of color #BC8F43: hue angle of 37.69º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC8F43 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 67 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.26 |
| HSL | 37.69º | 0.47% | 0.5% | - |
| HSV(B) | 37.69º | 0.64% | 0.74% | - |
| XYZ | 31.57 | 30.74 | 9.58 | - |
| YUV | 147.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 67 | 0 | 0.24 | 0.64 | 0.26 | 37.69 | 0.47 | 0.5 |
| Hex | BC | 8F | 43 | 0 | 18 | 40 | 1A | 26 | 2F | 32 |
| Octal | 274 | 217 | 103 | 0 | 30 | 100 | 32 | 46 | 57 | 62 |
| Binary | 10111100 | 10001111 | 1000011 | 0 | 11000 | 1000000 | 11010 | 100110 | 101111 | 110010 |
Color Harmonies of #BC8F43
Complementary color
Monochromatic Colors of #BC8F43
Black with #BC8F43
Text Example
Text Example
White with #BC8F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F43; }
p { color: rgb(188,143,67); }
H1.HeaderClassName
{
color: #BC8F43;
}
.AnyTagClassName
{
color: #BC8F43;
}
</style>
background-color css
<style>
a { background-color: #BC8F43; }
a { background-color: rgb(188,143,67); }
div.DivClassName
{
background-color: #BC8F43;
}
.BgClassName
{
background-color: #BC8F43;
}
</style>
border-color css
<style>
span { border-color: #BC8F43; }
span { border-color: rgb(188,143,67); }
td.TdClassName
{
border-color: #BC8F43;
}
.TagClassName
{
border-color: #BC8F43;
}
</style>