Shades of Pizza #BF8C3A
Tints of Pizza #BF8C3A
RGB
CMYK
RGB Variations
Color information
#BF8C3A (or 0xBF8C3A) is known color: Pizza. HEX triplet: BF, 8C and 3A. RGB value is (191,140,58). Sum of RGB (Red+Green+Blue) = 191+140+58=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C3A is #4073C5. Grayscale: #929292. Windows color (decimal): -4223942 or 3837119. OLE color: 3837119.
HSL color Cylindrical-coordinate representation of color #BF8C3A: hue angle of 36.99º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF8C3A is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 58 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.25 |
| HSL | 36.99º | 0.53% | 0.49% | - |
| HSV(B) | 36.99º | 0.7% | 0.75% | - |
| XYZ | 31.63 | 30.14 | 8.15 | - |
| YUV | 145.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 58 | 0 | 0.27 | 0.70 | 0.25 | 36.99 | 0.53 | 0.49 |
| Hex | BF | 8C | 3A | 0 | 1B | 46 | 19 | 25 | 35 | 31 |
| Octal | 277 | 214 | 72 | 0 | 33 | 106 | 31 | 45 | 65 | 61 |
| Binary | 10111111 | 10001100 | 111010 | 0 | 11011 | 1000110 | 11001 | 100101 | 110101 | 110001 |
Color Harmonies of #BF8C3A
Complementary color
Monochromatic Colors of #BF8C3A
Black with #BF8C3A
Text Example
Text Example
White with #BF8C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C3A; }
p { color: rgb(191,140,58); }
H1.HeaderClassName
{
color: #BF8C3A;
}
.AnyTagClassName
{
color: #BF8C3A;
}
</style>
background-color css
<style>
a { background-color: #BF8C3A; }
a { background-color: rgb(191,140,58); }
div.DivClassName
{
background-color: #BF8C3A;
}
.BgClassName
{
background-color: #BF8C3A;
}
</style>
border-color css
<style>
span { border-color: #BF8C3A; }
span { border-color: rgb(191,140,58); }
td.TdClassName
{
border-color: #BF8C3A;
}
.TagClassName
{
border-color: #BF8C3A;
}
</style>