Shades of Pizza #BF913D
Tints of Pizza #BF913D
RGB
CMYK
RGB Variations
Color information
#BF913D (or 0xBF913D) is known color: Pizza. HEX triplet: BF, 91 and 3D. RGB value is (191,145,61). Sum of RGB (Red+Green+Blue) = 191+145+61=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF913D is #406EC2. Grayscale: #959595. Windows color (decimal): -4222659 or 4035007. OLE color: 4035007.
HSL color Cylindrical-coordinate representation of color #BF913D: hue angle of 38.77º 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 #BF913D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 61 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.25 |
| HSL | 38.77º | 0.52% | 0.49% | - |
| HSV(B) | 38.77º | 0.68% | 0.75% | - |
| XYZ | 32.45 | 31.66 | 8.82 | - |
| YUV | 149.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 61 | 0 | 0.24 | 0.68 | 0.25 | 38.77 | 0.52 | 0.49 |
| Hex | BF | 91 | 3D | 0 | 18 | 44 | 19 | 27 | 34 | 31 |
| Octal | 277 | 221 | 75 | 0 | 30 | 104 | 31 | 47 | 64 | 61 |
| Binary | 10111111 | 10010001 | 111101 | 0 | 11000 | 1000100 | 11001 | 100111 | 110100 | 110001 |
Color Harmonies of #BF913D
Complementary color
Monochromatic Colors of #BF913D
Black with #BF913D
Text Example
Text Example
White with #BF913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF913D; }
p { color: rgb(191,145,61); }
H1.HeaderClassName
{
color: #BF913D;
}
.AnyTagClassName
{
color: #BF913D;
}
</style>
background-color css
<style>
a { background-color: #BF913D; }
a { background-color: rgb(191,145,61); }
div.DivClassName
{
background-color: #BF913D;
}
.BgClassName
{
background-color: #BF913D;
}
</style>
border-color css
<style>
span { border-color: #BF913D; }
span { border-color: rgb(191,145,61); }
td.TdClassName
{
border-color: #BF913D;
}
.TagClassName
{
border-color: #BF913D;
}
</style>