Shades of Pizza #BF873F
Tints of Pizza #BF873F
RGB
CMYK
RGB Variations
Color information
#BF873F (or 0xBF873F) is known color: Pizza. HEX triplet: BF, 87 and 3F. RGB value is (191,135,63). Sum of RGB (Red+Green+Blue) = 191+135+63=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF873F is #4078C0. Grayscale: #8F8F8F. Windows color (decimal): -4225217 or 4163519. OLE color: 4163519.
HSL color Cylindrical-coordinate representation of color #BF873F: hue angle of 33.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF873F is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 63 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.25 |
| HSL | 33.75º | 0.5% | 0.5% | - |
| HSV(B) | 33.75º | 0.67% | 0.75% | - |
| XYZ | 31.05 | 28.76 | 8.62 | - |
| YUV | 143.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 63 | 0 | 0.29 | 0.67 | 0.25 | 33.75 | 0.5 | 0.5 |
| Hex | BF | 87 | 3F | 0 | 1D | 43 | 19 | 22 | 32 | 32 |
| Octal | 277 | 207 | 77 | 0 | 35 | 103 | 31 | 42 | 62 | 62 |
| Binary | 10111111 | 10000111 | 111111 | 0 | 11101 | 1000011 | 11001 | 100010 | 110010 | 110010 |
Color Harmonies of #BF873F
Complementary color
Monochromatic Colors of #BF873F
Black with #BF873F
Text Example
Text Example
White with #BF873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF873F; }
p { color: rgb(191,135,63); }
H1.HeaderClassName
{
color: #BF873F;
}
.AnyTagClassName
{
color: #BF873F;
}
</style>
background-color css
<style>
a { background-color: #BF873F; }
a { background-color: rgb(191,135,63); }
div.DivClassName
{
background-color: #BF873F;
}
.BgClassName
{
background-color: #BF873F;
}
</style>
border-color css
<style>
span { border-color: #BF873F; }
span { border-color: rgb(191,135,63); }
td.TdClassName
{
border-color: #BF873F;
}
.TagClassName
{
border-color: #BF873F;
}
</style>