Shades of Pizza #BF873D
Tints of Pizza #BF873D
RGB
CMYK
RGB Variations
Color information
#BF873D (or 0xBF873D) is known color: Pizza. HEX triplet: BF, 87 and 3D. RGB value is (191,135,61). Sum of RGB (Red+Green+Blue) = 191+135+61=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF873D is #4078C2. Grayscale: #8F8F8F. Windows color (decimal): -4225219 or 4032447. OLE color: 4032447.
HSL color Cylindrical-coordinate representation of color #BF873D: hue angle of 34.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF873D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 61 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.25 |
| HSL | 34.15º | 0.52% | 0.49% | - |
| HSV(B) | 34.15º | 0.68% | 0.75% | - |
| XYZ | 30.99 | 28.74 | 8.33 | - |
| YUV | 143.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 61 | 0 | 0.29 | 0.68 | 0.25 | 34.15 | 0.52 | 0.49 |
| Hex | BF | 87 | 3D | 0 | 1D | 44 | 19 | 22 | 34 | 31 |
| Octal | 277 | 207 | 75 | 0 | 35 | 104 | 31 | 42 | 64 | 61 |
| Binary | 10111111 | 10000111 | 111101 | 0 | 11101 | 1000100 | 11001 | 100010 | 110100 | 110001 |
Color Harmonies of #BF873D
Complementary color
Monochromatic Colors of #BF873D
Black with #BF873D
Text Example
Text Example
White with #BF873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF873D; }
p { color: rgb(191,135,61); }
H1.HeaderClassName
{
color: #BF873D;
}
.AnyTagClassName
{
color: #BF873D;
}
</style>
background-color css
<style>
a { background-color: #BF873D; }
a { background-color: rgb(191,135,61); }
div.DivClassName
{
background-color: #BF873D;
}
.BgClassName
{
background-color: #BF873D;
}
</style>
border-color css
<style>
span { border-color: #BF873D; }
span { border-color: rgb(191,135,61); }
td.TdClassName
{
border-color: #BF873D;
}
.TagClassName
{
border-color: #BF873D;
}
</style>