Shades of Pizza #BF8737
Tints of Pizza #BF8737
RGB
CMYK
RGB Variations
Color information
#BF8737 (or 0xBF8737) is known color: Pizza. HEX triplet: BF, 87 and 37. RGB value is (191,135,55). Sum of RGB (Red+Green+Blue) = 191+135+55=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8737 is #4078C8. Grayscale: #8F8F8F. Windows color (decimal): -4225225 or 3639231. OLE color: 3639231.
HSL color Cylindrical-coordinate representation of color #BF8737: hue angle of 35.29º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF8737 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 55 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.25 |
| HSL | 35.29º | 0.55% | 0.48% | - |
| HSV(B) | 35.29º | 0.71% | 0.75% | - |
| XYZ | 30.84 | 28.68 | 7.52 | - |
| YUV | 142.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 55 | 0 | 0.29 | 0.71 | 0.25 | 35.29 | 0.55 | 0.48 |
| Hex | BF | 87 | 37 | 0 | 1D | 47 | 19 | 23 | 37 | 30 |
| Octal | 277 | 207 | 67 | 0 | 35 | 107 | 31 | 43 | 67 | 60 |
| Binary | 10111111 | 10000111 | 110111 | 0 | 11101 | 1000111 | 11001 | 100011 | 110111 | 110000 |
Color Harmonies of #BF8737
Complementary color
Monochromatic Colors of #BF8737
Black with #BF8737
Text Example
Text Example
White with #BF8737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8737; }
p { color: rgb(191,135,55); }
H1.HeaderClassName
{
color: #BF8737;
}
.AnyTagClassName
{
color: #BF8737;
}
</style>
background-color css
<style>
a { background-color: #BF8737; }
a { background-color: rgb(191,135,55); }
div.DivClassName
{
background-color: #BF8737;
}
.BgClassName
{
background-color: #BF8737;
}
</style>
border-color css
<style>
span { border-color: #BF8737; }
span { border-color: rgb(191,135,55); }
td.TdClassName
{
border-color: #BF8737;
}
.TagClassName
{
border-color: #BF8737;
}
</style>