Shades of Pizza #BF873B
Tints of Pizza #BF873B
RGB
CMYK
RGB Variations
Color information
#BF873B (or 0xBF873B) is known color: Pizza. HEX triplet: BF, 87 and 3B. RGB value is (191,135,59). Sum of RGB (Red+Green+Blue) = 191+135+59=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF873B is #4078C4. Grayscale: #8F8F8F. Windows color (decimal): -4225221 or 3901375. OLE color: 3901375.
HSL color Cylindrical-coordinate representation of color #BF873B: hue angle of 34.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF873B is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 59 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.25 |
| HSL | 34.55º | 0.53% | 0.49% | - |
| HSV(B) | 34.55º | 0.69% | 0.75% | - |
| XYZ | 30.94 | 28.72 | 8.05 | - |
| YUV | 143.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 59 | 0 | 0.29 | 0.69 | 0.25 | 34.55 | 0.53 | 0.49 |
| Hex | BF | 87 | 3B | 0 | 1D | 45 | 19 | 23 | 35 | 31 |
| Octal | 277 | 207 | 73 | 0 | 35 | 105 | 31 | 43 | 65 | 61 |
| Binary | 10111111 | 10000111 | 111011 | 0 | 11101 | 1000101 | 11001 | 100011 | 110101 | 110001 |
Color Harmonies of #BF873B
Complementary color
Monochromatic Colors of #BF873B
Black with #BF873B
Text Example
Text Example
White with #BF873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF873B; }
p { color: rgb(191,135,59); }
H1.HeaderClassName
{
color: #BF873B;
}
.AnyTagClassName
{
color: #BF873B;
}
</style>
background-color css
<style>
a { background-color: #BF873B; }
a { background-color: rgb(191,135,59); }
div.DivClassName
{
background-color: #BF873B;
}
.BgClassName
{
background-color: #BF873B;
}
</style>
border-color css
<style>
span { border-color: #BF873B; }
span { border-color: rgb(191,135,59); }
td.TdClassName
{
border-color: #BF873B;
}
.TagClassName
{
border-color: #BF873B;
}
</style>