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