Shades of Pizza #BF933B
Tints of Pizza #BF933B
RGB
CMYK
RGB Variations
Color information
#BF933B (or 0xBF933B) is known color: Pizza. HEX triplet: BF, 93 and 3B. RGB value is (191,147,59). Sum of RGB (Red+Green+Blue) = 191+147+59=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF933B is #406CC4. Grayscale: #969696. Windows color (decimal): -4222149 or 3904447. OLE color: 3904447.
HSL color Cylindrical-coordinate representation of color #BF933B: hue angle of 40º 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 #BF933B is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 59 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.25 |
| HSL | 40º | 0.53% | 0.49% | - |
| HSV(B) | 40º | 0.69% | 0.75% | - |
| XYZ | 32.71 | 32.26 | 8.64 | - |
| YUV | 150.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 59 | 0 | 0.23 | 0.69 | 0.25 | 40 | 0.53 | 0.49 |
| Hex | BF | 93 | 3B | 0 | 17 | 45 | 19 | 28 | 35 | 31 |
| Octal | 277 | 223 | 73 | 0 | 27 | 105 | 31 | 50 | 65 | 61 |
| Binary | 10111111 | 10010011 | 111011 | 0 | 10111 | 1000101 | 11001 | 101000 | 110101 | 110001 |
Color Harmonies of #BF933B
Complementary color
Monochromatic Colors of #BF933B
Black with #BF933B
Text Example
Text Example
White with #BF933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF933B; }
p { color: rgb(191,147,59); }
H1.HeaderClassName
{
color: #BF933B;
}
.AnyTagClassName
{
color: #BF933B;
}
</style>
background-color css
<style>
a { background-color: #BF933B; }
a { background-color: rgb(191,147,59); }
div.DivClassName
{
background-color: #BF933B;
}
.BgClassName
{
background-color: #BF933B;
}
</style>
border-color css
<style>
span { border-color: #BF933B; }
span { border-color: rgb(191,147,59); }
td.TdClassName
{
border-color: #BF933B;
}
.TagClassName
{
border-color: #BF933B;
}
</style>