Shades of Pizza #BF943B
Tints of Pizza #BF943B
RGB
CMYK
RGB Variations
Color information
#BF943B (or 0xBF943B) is known color: Pizza. HEX triplet: BF, 94 and 3B. RGB value is (191,148,59). Sum of RGB (Red+Green+Blue) = 191+148+59=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF943B is #406BC4. Grayscale: #979797. Windows color (decimal): -4221893 or 3904703. OLE color: 3904703.
HSL color Cylindrical-coordinate representation of color #BF943B: hue angle of 40.45º 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 #BF943B is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 59 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.25 |
| HSL | 40.45º | 0.53% | 0.49% | - |
| HSV(B) | 40.45º | 0.69% | 0.75% | - |
| XYZ | 32.87 | 32.57 | 8.69 | - |
| YUV | 150.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 59 | 0 | 0.23 | 0.69 | 0.25 | 40.45 | 0.53 | 0.49 |
| Hex | BF | 94 | 3B | 0 | 17 | 45 | 19 | 28 | 35 | 31 |
| Octal | 277 | 224 | 73 | 0 | 27 | 105 | 31 | 50 | 65 | 61 |
| Binary | 10111111 | 10010100 | 111011 | 0 | 10111 | 1000101 | 11001 | 101000 | 110101 | 110001 |
Color Harmonies of #BF943B
Complementary color
Monochromatic Colors of #BF943B
Black with #BF943B
Text Example
Text Example
White with #BF943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF943B; }
p { color: rgb(191,148,59); }
H1.HeaderClassName
{
color: #BF943B;
}
.AnyTagClassName
{
color: #BF943B;
}
</style>
background-color css
<style>
a { background-color: #BF943B; }
a { background-color: rgb(191,148,59); }
div.DivClassName
{
background-color: #BF943B;
}
.BgClassName
{
background-color: #BF943B;
}
</style>
border-color css
<style>
span { border-color: #BF943B; }
span { border-color: rgb(191,148,59); }
td.TdClassName
{
border-color: #BF943B;
}
.TagClassName
{
border-color: #BF943B;
}
</style>