Shades of Pizza #BF8843
Tints of Pizza #BF8843
RGB
CMYK
RGB Variations
Color information
#BF8843 (or 0xBF8843) is known color: Pizza. HEX triplet: BF, 88 and 43. RGB value is (191,136,67). Sum of RGB (Red+Green+Blue) = 191+136+67=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8843 is #4077BC. Grayscale: #909090. Windows color (decimal): -4224957 or 4425919. OLE color: 4425919.
HSL color Cylindrical-coordinate representation of color #BF8843: hue angle of 33.39º 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 #BF8843 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 67 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.25 |
| HSL | 33.39º | 0.49% | 0.51% | - |
| HSV(B) | 33.39º | 0.65% | 0.75% | - |
| XYZ | 31.3 | 29.09 | 9.28 | - |
| YUV | 144.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 67 | 0 | 0.29 | 0.65 | 0.25 | 33.39 | 0.49 | 0.51 |
| Hex | BF | 88 | 43 | 0 | 1D | 41 | 19 | 21 | 31 | 33 |
| Octal | 277 | 210 | 103 | 0 | 35 | 101 | 31 | 41 | 61 | 63 |
| Binary | 10111111 | 10001000 | 1000011 | 0 | 11101 | 1000001 | 11001 | 100001 | 110001 | 110011 |
Color Harmonies of #BF8843
Complementary color
Monochromatic Colors of #BF8843
Black with #BF8843
Text Example
Text Example
White with #BF8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8843; }
p { color: rgb(191,136,67); }
H1.HeaderClassName
{
color: #BF8843;
}
.AnyTagClassName
{
color: #BF8843;
}
</style>
background-color css
<style>
a { background-color: #BF8843; }
a { background-color: rgb(191,136,67); }
div.DivClassName
{
background-color: #BF8843;
}
.BgClassName
{
background-color: #BF8843;
}
</style>
border-color css
<style>
span { border-color: #BF8843; }
span { border-color: rgb(191,136,67); }
td.TdClassName
{
border-color: #BF8843;
}
.TagClassName
{
border-color: #BF8843;
}
</style>