Shades of Pizza #BF863A
Tints of Pizza #BF863A
RGB
CMYK
RGB Variations
Color information
#BF863A (or 0xBF863A) is known color: Pizza. HEX triplet: BF, 86 and 3A. RGB value is (191,134,58). Sum of RGB (Red+Green+Blue) = 191+134+58=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF863A is #4079C5. Grayscale: #8E8E8E. Windows color (decimal): -4225478 or 3835583. OLE color: 3835583.
HSL color Cylindrical-coordinate representation of color #BF863A: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF863A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 58 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.25 |
| HSL | 34.29º | 0.53% | 0.49% | - |
| HSV(B) | 34.29º | 0.7% | 0.75% | - |
| XYZ | 30.77 | 28.43 | 7.87 | - |
| YUV | 142.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 58 | 0 | 0.30 | 0.70 | 0.25 | 34.29 | 0.53 | 0.49 |
| Hex | BF | 86 | 3A | 0 | 1E | 46 | 19 | 22 | 35 | 31 |
| Octal | 277 | 206 | 72 | 0 | 36 | 106 | 31 | 42 | 65 | 61 |
| Binary | 10111111 | 10000110 | 111010 | 0 | 11110 | 1000110 | 11001 | 100010 | 110101 | 110001 |
Color Harmonies of #BF863A
Complementary color
Monochromatic Colors of #BF863A
Black with #BF863A
Text Example
Text Example
White with #BF863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF863A; }
p { color: rgb(191,134,58); }
H1.HeaderClassName
{
color: #BF863A;
}
.AnyTagClassName
{
color: #BF863A;
}
</style>
background-color css
<style>
a { background-color: #BF863A; }
a { background-color: rgb(191,134,58); }
div.DivClassName
{
background-color: #BF863A;
}
.BgClassName
{
background-color: #BF863A;
}
</style>
border-color css
<style>
span { border-color: #BF863A; }
span { border-color: rgb(191,134,58); }
td.TdClassName
{
border-color: #BF863A;
}
.TagClassName
{
border-color: #BF863A;
}
</style>