Shades of Pizza #BF9141
Tints of Pizza #BF9141
RGB
CMYK
RGB Variations
Color information
#BF9141 (or 0xBF9141) is known color: Pizza. HEX triplet: BF, 91 and 41. RGB value is (191,145,65). Sum of RGB (Red+Green+Blue) = 191+145+65=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9141 is #406EBE. Grayscale: #969696. Windows color (decimal): -4222655 or 4297151. OLE color: 4297151.
HSL color Cylindrical-coordinate representation of color #BF9141: hue angle of 38.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF9141 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 65 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.25 |
| HSL | 38.1º | 0.5% | 0.5% | - |
| HSV(B) | 38.1º | 0.66% | 0.75% | - |
| XYZ | 32.57 | 31.71 | 9.41 | - |
| YUV | 149.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 65 | 0 | 0.24 | 0.66 | 0.25 | 38.1 | 0.5 | 0.5 |
| Hex | BF | 91 | 41 | 0 | 18 | 42 | 19 | 26 | 32 | 32 |
| Octal | 277 | 221 | 101 | 0 | 30 | 102 | 31 | 46 | 62 | 62 |
| Binary | 10111111 | 10010001 | 1000001 | 0 | 11000 | 1000010 | 11001 | 100110 | 110010 | 110010 |
Color Harmonies of #BF9141
Complementary color
Monochromatic Colors of #BF9141
Black with #BF9141
Text Example
Text Example
White with #BF9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9141; }
p { color: rgb(191,145,65); }
H1.HeaderClassName
{
color: #BF9141;
}
.AnyTagClassName
{
color: #BF9141;
}
</style>
background-color css
<style>
a { background-color: #BF9141; }
a { background-color: rgb(191,145,65); }
div.DivClassName
{
background-color: #BF9141;
}
.BgClassName
{
background-color: #BF9141;
}
</style>
border-color css
<style>
span { border-color: #BF9141; }
span { border-color: rgb(191,145,65); }
td.TdClassName
{
border-color: #BF9141;
}
.TagClassName
{
border-color: #BF9141;
}
</style>