Shades of Pizza #BF953B
Tints of Pizza #BF953B
RGB
CMYK
RGB Variations
Color information
#BF953B (or 0xBF953B) is known color: Pizza. HEX triplet: BF, 95 and 3B. RGB value is (191,149,59). Sum of RGB (Red+Green+Blue) = 191+149+59=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF953B is #406AC4. Grayscale: #979797. Windows color (decimal): -4221637 or 3904959. OLE color: 3904959.
HSL color Cylindrical-coordinate representation of color #BF953B: hue angle of 40.91º 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 #BF953B is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 59 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.25 |
| HSL | 40.91º | 0.53% | 0.49% | - |
| HSV(B) | 40.91º | 0.69% | 0.75% | - |
| XYZ | 33.02 | 32.89 | 8.75 | - |
| YUV | 151.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 59 | 0 | 0.22 | 0.69 | 0.25 | 40.91 | 0.53 | 0.49 |
| Hex | BF | 95 | 3B | 0 | 16 | 45 | 19 | 29 | 35 | 31 |
| Octal | 277 | 225 | 73 | 0 | 26 | 105 | 31 | 51 | 65 | 61 |
| Binary | 10111111 | 10010101 | 111011 | 0 | 10110 | 1000101 | 11001 | 101001 | 110101 | 110001 |
Color Harmonies of #BF953B
Complementary color
Monochromatic Colors of #BF953B
Black with #BF953B
Text Example
Text Example
White with #BF953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF953B; }
p { color: rgb(191,149,59); }
H1.HeaderClassName
{
color: #BF953B;
}
.AnyTagClassName
{
color: #BF953B;
}
</style>
background-color css
<style>
a { background-color: #BF953B; }
a { background-color: rgb(191,149,59); }
div.DivClassName
{
background-color: #BF953B;
}
.BgClassName
{
background-color: #BF953B;
}
</style>
border-color css
<style>
span { border-color: #BF953B; }
span { border-color: rgb(191,149,59); }
td.TdClassName
{
border-color: #BF953B;
}
.TagClassName
{
border-color: #BF953B;
}
</style>