Shades of Pizza #BF8839
Tints of Pizza #BF8839
RGB
CMYK
RGB Variations
Color information
#BF8839 (or 0xBF8839) is known color: Pizza. HEX triplet: BF, 88 and 39. RGB value is (191,136,57). Sum of RGB (Red+Green+Blue) = 191+136+57=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8839 is #4077C6. Grayscale: #8F8F8F. Windows color (decimal): -4224967 or 3770559. OLE color: 3770559.
HSL color Cylindrical-coordinate representation of color #BF8839: hue angle of 35.37º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF8839 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 57 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.25 |
| HSL | 35.37º | 0.54% | 0.49% | - |
| HSV(B) | 35.37º | 0.7% | 0.75% | - |
| XYZ | 31.03 | 28.98 | 7.83 | - |
| YUV | 143.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 57 | 0 | 0.29 | 0.70 | 0.25 | 35.37 | 0.54 | 0.49 |
| Hex | BF | 88 | 39 | 0 | 1D | 46 | 19 | 23 | 36 | 31 |
| Octal | 277 | 210 | 71 | 0 | 35 | 106 | 31 | 43 | 66 | 61 |
| Binary | 10111111 | 10001000 | 111001 | 0 | 11101 | 1000110 | 11001 | 100011 | 110110 | 110001 |
Color Harmonies of #BF8839
Complementary color
Monochromatic Colors of #BF8839
Black with #BF8839
Text Example
Text Example
White with #BF8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8839; }
p { color: rgb(191,136,57); }
H1.HeaderClassName
{
color: #BF8839;
}
.AnyTagClassName
{
color: #BF8839;
}
</style>
background-color css
<style>
a { background-color: #BF8839; }
a { background-color: rgb(191,136,57); }
div.DivClassName
{
background-color: #BF8839;
}
.BgClassName
{
background-color: #BF8839;
}
</style>
border-color css
<style>
span { border-color: #BF8839; }
span { border-color: rgb(191,136,57); }
td.TdClassName
{
border-color: #BF8839;
}
.TagClassName
{
border-color: #BF8839;
}
</style>