Shades of Pizza #BF8837
Tints of Pizza #BF8837
RGB
CMYK
RGB Variations
Color information
#BF8837 (or 0xBF8837) is known color: Pizza. HEX triplet: BF, 88 and 37. RGB value is (191,136,55). Sum of RGB (Red+Green+Blue) = 191+136+55=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8837 is #4077C8. Grayscale: #8F8F8F. Windows color (decimal): -4224969 or 3639487. OLE color: 3639487.
HSL color Cylindrical-coordinate representation of color #BF8837: hue angle of 35.74º 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 #BF8837 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 55 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.25 |
| HSL | 35.74º | 0.55% | 0.48% | - |
| HSV(B) | 35.74º | 0.71% | 0.75% | - |
| XYZ | 30.98 | 28.96 | 7.57 | - |
| YUV | 143.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 55 | 0 | 0.29 | 0.71 | 0.25 | 35.74 | 0.55 | 0.48 |
| Hex | BF | 88 | 37 | 0 | 1D | 47 | 19 | 24 | 37 | 30 |
| Octal | 277 | 210 | 67 | 0 | 35 | 107 | 31 | 44 | 67 | 60 |
| Binary | 10111111 | 10001000 | 110111 | 0 | 11101 | 1000111 | 11001 | 100100 | 110111 | 110000 |
Color Harmonies of #BF8837
Complementary color
Monochromatic Colors of #BF8837
Black with #BF8837
Text Example
Text Example
White with #BF8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8837; }
p { color: rgb(191,136,55); }
H1.HeaderClassName
{
color: #BF8837;
}
.AnyTagClassName
{
color: #BF8837;
}
</style>
background-color css
<style>
a { background-color: #BF8837; }
a { background-color: rgb(191,136,55); }
div.DivClassName
{
background-color: #BF8837;
}
.BgClassName
{
background-color: #BF8837;
}
</style>
border-color css
<style>
span { border-color: #BF8837; }
span { border-color: rgb(191,136,55); }
td.TdClassName
{
border-color: #BF8837;
}
.TagClassName
{
border-color: #BF8837;
}
</style>