Shades of Pizza #BF8842
Tints of Pizza #BF8842
RGB
CMYK
RGB Variations
Color information
#BF8842 (or 0xBF8842) is known color: Pizza. HEX triplet: BF, 88 and 42. RGB value is (191,136,66). Sum of RGB (Red+Green+Blue) = 191+136+66=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8842 is #4077BD. Grayscale: #909090. Windows color (decimal): -4224958 or 4360383. OLE color: 4360383.
HSL color Cylindrical-coordinate representation of color #BF8842: hue angle of 33.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF8842 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 66 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.25 |
| HSL | 33.6º | 0.49% | 0.5% | - |
| HSV(B) | 33.6º | 0.65% | 0.75% | - |
| XYZ | 31.27 | 29.08 | 9.12 | - |
| YUV | 144.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 66 | 0 | 0.29 | 0.65 | 0.25 | 33.6 | 0.49 | 0.5 |
| Hex | BF | 88 | 42 | 0 | 1D | 41 | 19 | 22 | 31 | 32 |
| Octal | 277 | 210 | 102 | 0 | 35 | 101 | 31 | 42 | 61 | 62 |
| Binary | 10111111 | 10001000 | 1000010 | 0 | 11101 | 1000001 | 11001 | 100010 | 110001 | 110010 |
Color Harmonies of #BF8842
Complementary color
Monochromatic Colors of #BF8842
Black with #BF8842
Text Example
Text Example
White with #BF8842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8842; }
p { color: rgb(191,136,66); }
H1.HeaderClassName
{
color: #BF8842;
}
.AnyTagClassName
{
color: #BF8842;
}
</style>
background-color css
<style>
a { background-color: #BF8842; }
a { background-color: rgb(191,136,66); }
div.DivClassName
{
background-color: #BF8842;
}
.BgClassName
{
background-color: #BF8842;
}
</style>
border-color css
<style>
span { border-color: #BF8842; }
span { border-color: rgb(191,136,66); }
td.TdClassName
{
border-color: #BF8842;
}
.TagClassName
{
border-color: #BF8842;
}
</style>