Shades of Pizza #BF8C43
Tints of Pizza #BF8C43
RGB
CMYK
RGB Variations
Color information
#BF8C43 (or 0xBF8C43) is known color: Pizza. HEX triplet: BF, 8C and 43. RGB value is (191,140,67). Sum of RGB (Red+Green+Blue) = 191+140+67=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C43 is #4073BC. Grayscale: #939393. Windows color (decimal): -4223933 or 4426943. OLE color: 4426943.
HSL color Cylindrical-coordinate representation of color #BF8C43: hue angle of 35.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF8C43 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 67 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.25 |
| HSL | 35.32º | 0.49% | 0.51% | - |
| HSV(B) | 35.32º | 0.65% | 0.75% | - |
| XYZ | 31.88 | 30.24 | 9.47 | - |
| YUV | 146.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 67 | 0 | 0.27 | 0.65 | 0.25 | 35.32 | 0.49 | 0.51 |
| Hex | BF | 8C | 43 | 0 | 1B | 41 | 19 | 23 | 31 | 33 |
| Octal | 277 | 214 | 103 | 0 | 33 | 101 | 31 | 43 | 61 | 63 |
| Binary | 10111111 | 10001100 | 1000011 | 0 | 11011 | 1000001 | 11001 | 100011 | 110001 | 110011 |
Color Harmonies of #BF8C43
Complementary color
Monochromatic Colors of #BF8C43
Black with #BF8C43
Text Example
Text Example
White with #BF8C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C43; }
p { color: rgb(191,140,67); }
H1.HeaderClassName
{
color: #BF8C43;
}
.AnyTagClassName
{
color: #BF8C43;
}
</style>
background-color css
<style>
a { background-color: #BF8C43; }
a { background-color: rgb(191,140,67); }
div.DivClassName
{
background-color: #BF8C43;
}
.BgClassName
{
background-color: #BF8C43;
}
</style>
border-color css
<style>
span { border-color: #BF8C43; }
span { border-color: rgb(191,140,67); }
td.TdClassName
{
border-color: #BF8C43;
}
.TagClassName
{
border-color: #BF8C43;
}
</style>