Shades of Pizza #BF8642
Tints of Pizza #BF8642
RGB
CMYK
RGB Variations
Color information
#BF8642 (or 0xBF8642) is known color: Pizza. HEX triplet: BF, 86 and 42. RGB value is (191,134,66). Sum of RGB (Red+Green+Blue) = 191+134+66=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8642 is #4079BD. Grayscale: #8F8F8F. Windows color (decimal): -4225470 or 4359871. OLE color: 4359871.
HSL color Cylindrical-coordinate representation of color #BF8642: hue angle of 32.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF8642 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 66 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.25 |
| HSL | 32.64º | 0.49% | 0.5% | - |
| HSV(B) | 32.64º | 0.65% | 0.75% | - |
| XYZ | 30.99 | 28.52 | 9.03 | - |
| YUV | 143.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 66 | 0 | 0.30 | 0.65 | 0.25 | 32.64 | 0.49 | 0.5 |
| Hex | BF | 86 | 42 | 0 | 1E | 41 | 19 | 21 | 31 | 32 |
| Octal | 277 | 206 | 102 | 0 | 36 | 101 | 31 | 41 | 61 | 62 |
| Binary | 10111111 | 10000110 | 1000010 | 0 | 11110 | 1000001 | 11001 | 100001 | 110001 | 110010 |
Color Harmonies of #BF8642
Complementary color
Monochromatic Colors of #BF8642
Black with #BF8642
Text Example
Text Example
White with #BF8642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8642; }
p { color: rgb(191,134,66); }
H1.HeaderClassName
{
color: #BF8642;
}
.AnyTagClassName
{
color: #BF8642;
}
</style>
background-color css
<style>
a { background-color: #BF8642; }
a { background-color: rgb(191,134,66); }
div.DivClassName
{
background-color: #BF8642;
}
.BgClassName
{
background-color: #BF8642;
}
</style>
border-color css
<style>
span { border-color: #BF8642; }
span { border-color: rgb(191,134,66); }
td.TdClassName
{
border-color: #BF8642;
}
.TagClassName
{
border-color: #BF8642;
}
</style>