Shades of Pizza #BF8836
Tints of Pizza #BF8836
RGB
CMYK
RGB Variations
Color information
#BF8836 (or 0xBF8836) is known color: Pizza. HEX triplet: BF, 88 and 36. RGB value is (191,136,54). Sum of RGB (Red+Green+Blue) = 191+136+54=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8836 is #4077C9. Grayscale: #8F8F8F. Windows color (decimal): -4224970 or 3573951. OLE color: 3573951.
HSL color Cylindrical-coordinate representation of color #BF8836: hue angle of 35.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF8836 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 54 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.25 |
| HSL | 35.91º | 0.56% | 0.48% | - |
| HSV(B) | 35.91º | 0.72% | 0.75% | - |
| XYZ | 30.96 | 28.95 | 7.45 | - |
| YUV | 143.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 54 | 0 | 0.29 | 0.72 | 0.25 | 35.91 | 0.56 | 0.48 |
| Hex | BF | 88 | 36 | 0 | 1D | 48 | 19 | 24 | 38 | 30 |
| Octal | 277 | 210 | 66 | 0 | 35 | 110 | 31 | 44 | 70 | 60 |
| Binary | 10111111 | 10001000 | 110110 | 0 | 11101 | 1001000 | 11001 | 100100 | 111000 | 110000 |
Color Harmonies of #BF8836
Complementary color
Monochromatic Colors of #BF8836
Black with #BF8836
Text Example
Text Example
White with #BF8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8836; }
p { color: rgb(191,136,54); }
H1.HeaderClassName
{
color: #BF8836;
}
.AnyTagClassName
{
color: #BF8836;
}
</style>
background-color css
<style>
a { background-color: #BF8836; }
a { background-color: rgb(191,136,54); }
div.DivClassName
{
background-color: #BF8836;
}
.BgClassName
{
background-color: #BF8836;
}
</style>
border-color css
<style>
span { border-color: #BF8836; }
span { border-color: rgb(191,136,54); }
td.TdClassName
{
border-color: #BF8836;
}
.TagClassName
{
border-color: #BF8836;
}
</style>