Shades of Pizza #BF8741
Tints of Pizza #BF8741
RGB
CMYK
RGB Variations
Color information
#BF8741 (or 0xBF8741) is known color: Pizza. HEX triplet: BF, 87 and 41. RGB value is (191,135,65). Sum of RGB (Red+Green+Blue) = 191+135+65=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8741 is #4078BE. Grayscale: #909090. Windows color (decimal): -4225215 or 4294591. OLE color: 4294591.
HSL color Cylindrical-coordinate representation of color #BF8741: hue angle of 33.33º 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 #BF8741 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 65 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.25 |
| HSL | 33.33º | 0.5% | 0.5% | - |
| HSV(B) | 33.33º | 0.66% | 0.75% | - |
| XYZ | 31.1 | 28.79 | 8.92 | - |
| YUV | 143.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 65 | 0 | 0.29 | 0.66 | 0.25 | 33.33 | 0.5 | 0.5 |
| Hex | BF | 87 | 41 | 0 | 1D | 42 | 19 | 21 | 32 | 32 |
| Octal | 277 | 207 | 101 | 0 | 35 | 102 | 31 | 41 | 62 | 62 |
| Binary | 10111111 | 10000111 | 1000001 | 0 | 11101 | 1000010 | 11001 | 100001 | 110010 | 110010 |
Color Harmonies of #BF8741
Complementary color
Monochromatic Colors of #BF8741
Black with #BF8741
Text Example
Text Example
White with #BF8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8741; }
p { color: rgb(191,135,65); }
H1.HeaderClassName
{
color: #BF8741;
}
.AnyTagClassName
{
color: #BF8741;
}
</style>
background-color css
<style>
a { background-color: #BF8741; }
a { background-color: rgb(191,135,65); }
div.DivClassName
{
background-color: #BF8741;
}
.BgClassName
{
background-color: #BF8741;
}
</style>
border-color css
<style>
span { border-color: #BF8741; }
span { border-color: rgb(191,135,65); }
td.TdClassName
{
border-color: #BF8741;
}
.TagClassName
{
border-color: #BF8741;
}
</style>