Shades of Pizza #BF8D40
Tints of Pizza #BF8D40
RGB
CMYK
RGB Variations
Color information
#BF8D40 (or 0xBF8D40) is known color: Pizza. HEX triplet: BF, 8D and 40. RGB value is (191,141,64). Sum of RGB (Red+Green+Blue) = 191+141+64=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8D40 is #4072BF. Grayscale: #939393. Windows color (decimal): -4223680 or 4230591. OLE color: 4230591.
HSL color Cylindrical-coordinate representation of color #BF8D40: hue angle of 36.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF8D40 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 64 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.25 |
| HSL | 36.38º | 0.5% | 0.5% | - |
| HSV(B) | 36.38º | 0.66% | 0.75% | - |
| XYZ | 31.94 | 30.5 | 9.05 | - |
| YUV | 147.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 64 | 0 | 0.26 | 0.66 | 0.25 | 36.38 | 0.5 | 0.5 |
| Hex | BF | 8D | 40 | 0 | 1A | 42 | 19 | 24 | 32 | 32 |
| Octal | 277 | 215 | 100 | 0 | 32 | 102 | 31 | 44 | 62 | 62 |
| Binary | 10111111 | 10001101 | 1000000 | 0 | 11010 | 1000010 | 11001 | 100100 | 110010 | 110010 |
Color Harmonies of #BF8D40
Complementary color
Monochromatic Colors of #BF8D40
Black with #BF8D40
Text Example
Text Example
White with #BF8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D40; }
p { color: rgb(191,141,64); }
H1.HeaderClassName
{
color: #BF8D40;
}
.AnyTagClassName
{
color: #BF8D40;
}
</style>
background-color css
<style>
a { background-color: #BF8D40; }
a { background-color: rgb(191,141,64); }
div.DivClassName
{
background-color: #BF8D40;
}
.BgClassName
{
background-color: #BF8D40;
}
</style>
border-color css
<style>
span { border-color: #BF8D40; }
span { border-color: rgb(191,141,64); }
td.TdClassName
{
border-color: #BF8D40;
}
.TagClassName
{
border-color: #BF8D40;
}
</style>