Shades of Pizza #BF873C
Tints of Pizza #BF873C
RGB
CMYK
RGB Variations
Color information
#BF873C (or 0xBF873C) is known color: Pizza. HEX triplet: BF, 87 and 3C. RGB value is (191,135,60). Sum of RGB (Red+Green+Blue) = 191+135+60=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF873C is #4078C3. Grayscale: #8F8F8F. Windows color (decimal): -4225220 or 3966911. OLE color: 3966911.
HSL color Cylindrical-coordinate representation of color #BF873C: hue angle of 34.35º degrees, saturation: 0.52, 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 #BF873C is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 60 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.25 |
| HSL | 34.35º | 0.52% | 0.49% | - |
| HSV(B) | 34.35º | 0.69% | 0.75% | - |
| XYZ | 30.97 | 28.73 | 8.19 | - |
| YUV | 143.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 60 | 0 | 0.29 | 0.69 | 0.25 | 34.35 | 0.52 | 0.49 |
| Hex | BF | 87 | 3C | 0 | 1D | 45 | 19 | 22 | 34 | 31 |
| Octal | 277 | 207 | 74 | 0 | 35 | 105 | 31 | 42 | 64 | 61 |
| Binary | 10111111 | 10000111 | 111100 | 0 | 11101 | 1000101 | 11001 | 100010 | 110100 | 110001 |
Color Harmonies of #BF873C
Complementary color
Monochromatic Colors of #BF873C
Black with #BF873C
Text Example
Text Example
White with #BF873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF873C; }
p { color: rgb(191,135,60); }
H1.HeaderClassName
{
color: #BF873C;
}
.AnyTagClassName
{
color: #BF873C;
}
</style>
background-color css
<style>
a { background-color: #BF873C; }
a { background-color: rgb(191,135,60); }
div.DivClassName
{
background-color: #BF873C;
}
.BgClassName
{
background-color: #BF873C;
}
</style>
border-color css
<style>
span { border-color: #BF873C; }
span { border-color: rgb(191,135,60); }
td.TdClassName
{
border-color: #BF873C;
}
.TagClassName
{
border-color: #BF873C;
}
</style>