Shades of Pizza #BF933D
Tints of Pizza #BF933D
RGB
CMYK
RGB Variations
Color information
#BF933D (or 0xBF933D) is known color: Pizza. HEX triplet: BF, 93 and 3D. RGB value is (191,147,61). Sum of RGB (Red+Green+Blue) = 191+147+61=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF933D is #406CC2. Grayscale: #969696. Windows color (decimal): -4222147 or 4035519. OLE color: 4035519.
HSL color Cylindrical-coordinate representation of color #BF933D: hue angle of 39.69º 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 #BF933D is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 61 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.25 |
| HSL | 39.69º | 0.52% | 0.49% | - |
| HSV(B) | 39.69º | 0.68% | 0.75% | - |
| XYZ | 32.76 | 32.28 | 8.92 | - |
| YUV | 150.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 61 | 0 | 0.23 | 0.68 | 0.25 | 39.69 | 0.52 | 0.49 |
| Hex | BF | 93 | 3D | 0 | 17 | 44 | 19 | 28 | 34 | 31 |
| Octal | 277 | 223 | 75 | 0 | 27 | 104 | 31 | 50 | 64 | 61 |
| Binary | 10111111 | 10010011 | 111101 | 0 | 10111 | 1000100 | 11001 | 101000 | 110100 | 110001 |
Color Harmonies of #BF933D
Complementary color
Monochromatic Colors of #BF933D
Black with #BF933D
Text Example
Text Example
White with #BF933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF933D; }
p { color: rgb(191,147,61); }
H1.HeaderClassName
{
color: #BF933D;
}
.AnyTagClassName
{
color: #BF933D;
}
</style>
background-color css
<style>
a { background-color: #BF933D; }
a { background-color: rgb(191,147,61); }
div.DivClassName
{
background-color: #BF933D;
}
.BgClassName
{
background-color: #BF933D;
}
</style>
border-color css
<style>
span { border-color: #BF933D; }
span { border-color: rgb(191,147,61); }
td.TdClassName
{
border-color: #BF933D;
}
.TagClassName
{
border-color: #BF933D;
}
</style>