Shades of Pizza #BF953F
Tints of Pizza #BF953F
RGB
CMYK
RGB Variations
Color information
#BF953F (or 0xBF953F) is known color: Pizza. HEX triplet: BF, 95 and 3F. RGB value is (191,149,63). Sum of RGB (Red+Green+Blue) = 191+149+63=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF953F is #406AC0. Grayscale: #989898. Windows color (decimal): -4221633 or 4167103. OLE color: 4167103.
HSL color Cylindrical-coordinate representation of color #BF953F: hue angle of 40.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF953F is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 63 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.25 |
| HSL | 40.31º | 0.5% | 0.5% | - |
| HSV(B) | 40.31º | 0.67% | 0.75% | - |
| XYZ | 33.13 | 32.93 | 9.31 | - |
| YUV | 151.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 63 | 0 | 0.22 | 0.67 | 0.25 | 40.31 | 0.5 | 0.5 |
| Hex | BF | 95 | 3F | 0 | 16 | 43 | 19 | 28 | 32 | 32 |
| Octal | 277 | 225 | 77 | 0 | 26 | 103 | 31 | 50 | 62 | 62 |
| Binary | 10111111 | 10010101 | 111111 | 0 | 10110 | 1000011 | 11001 | 101000 | 110010 | 110010 |
Color Harmonies of #BF953F
Complementary color
Monochromatic Colors of #BF953F
Black with #BF953F
Text Example
Text Example
White with #BF953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF953F; }
p { color: rgb(191,149,63); }
H1.HeaderClassName
{
color: #BF953F;
}
.AnyTagClassName
{
color: #BF953F;
}
</style>
background-color css
<style>
a { background-color: #BF953F; }
a { background-color: rgb(191,149,63); }
div.DivClassName
{
background-color: #BF953F;
}
.BgClassName
{
background-color: #BF953F;
}
</style>
border-color css
<style>
span { border-color: #BF953F; }
span { border-color: rgb(191,149,63); }
td.TdClassName
{
border-color: #BF953F;
}
.TagClassName
{
border-color: #BF953F;
}
</style>