Shades of Pizza #BF8C44
Tints of Pizza #BF8C44
RGB
CMYK
RGB Variations
Color information
#BF8C44 (or 0xBF8C44) is known color: Pizza. HEX triplet: BF, 8C and 44. RGB value is (191,140,68). Sum of RGB (Red+Green+Blue) = 191+140+68=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C44 is #4073BB. Grayscale: #939393. Windows color (decimal): -4223932 or 4492479. OLE color: 4492479.
HSL color Cylindrical-coordinate representation of color #BF8C44: hue angle of 35.12º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF8C44 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 68 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.25 |
| HSL | 35.12º | 0.49% | 0.51% | - |
| HSV(B) | 35.12º | 0.64% | 0.75% | - |
| XYZ | 31.91 | 30.25 | 9.63 | - |
| YUV | 147.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 68 | 0 | 0.27 | 0.64 | 0.25 | 35.12 | 0.49 | 0.51 |
| Hex | BF | 8C | 44 | 0 | 1B | 40 | 19 | 23 | 31 | 33 |
| Octal | 277 | 214 | 104 | 0 | 33 | 100 | 31 | 43 | 61 | 63 |
| Binary | 10111111 | 10001100 | 1000100 | 0 | 11011 | 1000000 | 11001 | 100011 | 110001 | 110011 |
Color Harmonies of #BF8C44
Complementary color
Monochromatic Colors of #BF8C44
Black with #BF8C44
Text Example
Text Example
White with #BF8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C44; }
p { color: rgb(191,140,68); }
H1.HeaderClassName
{
color: #BF8C44;
}
.AnyTagClassName
{
color: #BF8C44;
}
</style>
background-color css
<style>
a { background-color: #BF8C44; }
a { background-color: rgb(191,140,68); }
div.DivClassName
{
background-color: #BF8C44;
}
.BgClassName
{
background-color: #BF8C44;
}
</style>
border-color css
<style>
span { border-color: #BF8C44; }
span { border-color: rgb(191,140,68); }
td.TdClassName
{
border-color: #BF8C44;
}
.TagClassName
{
border-color: #BF8C44;
}
</style>