Shades of Pizza #BF8636
Tints of Pizza #BF8636
RGB
CMYK
RGB Variations
Color information
#BF8636 (or 0xBF8636) is known color: Pizza. HEX triplet: BF, 86 and 36. RGB value is (191,134,54). Sum of RGB (Red+Green+Blue) = 191+134+54=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8636 is #4079C9. Grayscale: #8E8E8E. Windows color (decimal): -4225482 or 3573439. OLE color: 3573439.
HSL color Cylindrical-coordinate representation of color #BF8636: hue angle of 35.04º 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 #BF8636 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 54 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.25 |
| HSL | 35.04º | 0.56% | 0.48% | - |
| HSV(B) | 35.04º | 0.72% | 0.75% | - |
| XYZ | 30.68 | 28.39 | 7.35 | - |
| YUV | 141.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 54 | 0 | 0.30 | 0.72 | 0.25 | 35.04 | 0.56 | 0.48 |
| Hex | BF | 86 | 36 | 0 | 1E | 48 | 19 | 23 | 38 | 30 |
| Octal | 277 | 206 | 66 | 0 | 36 | 110 | 31 | 43 | 70 | 60 |
| Binary | 10111111 | 10000110 | 110110 | 0 | 11110 | 1001000 | 11001 | 100011 | 111000 | 110000 |
Color Harmonies of #BF8636
Complementary color
Monochromatic Colors of #BF8636
Black with #BF8636
Text Example
Text Example
White with #BF8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8636; }
p { color: rgb(191,134,54); }
H1.HeaderClassName
{
color: #BF8636;
}
.AnyTagClassName
{
color: #BF8636;
}
</style>
background-color css
<style>
a { background-color: #BF8636; }
a { background-color: rgb(191,134,54); }
div.DivClassName
{
background-color: #BF8636;
}
.BgClassName
{
background-color: #BF8636;
}
</style>
border-color css
<style>
span { border-color: #BF8636; }
span { border-color: rgb(191,134,54); }
td.TdClassName
{
border-color: #BF8636;
}
.TagClassName
{
border-color: #BF8636;
}
</style>