Shades of Pizza #BF883E
Tints of Pizza #BF883E
RGB
CMYK
RGB Variations
Color information
#BF883E (or 0xBF883E) is known color: Pizza. HEX triplet: BF, 88 and 3E. RGB value is (191,136,62). Sum of RGB (Red+Green+Blue) = 191+136+62=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF883E is #4077C1. Grayscale: #909090. Windows color (decimal): -4224962 or 4098239. OLE color: 4098239.
HSL color Cylindrical-coordinate representation of color #BF883E: hue angle of 34.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF883E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 62 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.25 |
| HSL | 34.42º | 0.51% | 0.5% | - |
| HSV(B) | 34.42º | 0.68% | 0.75% | - |
| XYZ | 31.16 | 29.03 | 8.52 | - |
| YUV | 144.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 62 | 0 | 0.29 | 0.68 | 0.25 | 34.42 | 0.51 | 0.5 |
| Hex | BF | 88 | 3E | 0 | 1D | 44 | 19 | 22 | 33 | 32 |
| Octal | 277 | 210 | 76 | 0 | 35 | 104 | 31 | 42 | 63 | 62 |
| Binary | 10111111 | 10001000 | 111110 | 0 | 11101 | 1000100 | 11001 | 100010 | 110011 | 110010 |
Color Harmonies of #BF883E
Complementary color
Monochromatic Colors of #BF883E
Black with #BF883E
Text Example
Text Example
White with #BF883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF883E; }
p { color: rgb(191,136,62); }
H1.HeaderClassName
{
color: #BF883E;
}
.AnyTagClassName
{
color: #BF883E;
}
</style>
background-color css
<style>
a { background-color: #BF883E; }
a { background-color: rgb(191,136,62); }
div.DivClassName
{
background-color: #BF883E;
}
.BgClassName
{
background-color: #BF883E;
}
</style>
border-color css
<style>
span { border-color: #BF883E; }
span { border-color: rgb(191,136,62); }
td.TdClassName
{
border-color: #BF883E;
}
.TagClassName
{
border-color: #BF883E;
}
</style>