Shades of Pizza #BD8D39
Tints of Pizza #BD8D39
RGB
CMYK
RGB Variations
Color information
#BD8D39 (or 0xBD8D39) is known color: Pizza. HEX triplet: BD, 8D and 39. RGB value is (189,141,57). Sum of RGB (Red+Green+Blue) = 189+141+57=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D39 is #4272C6. Grayscale: #929292. Windows color (decimal): -4354759 or 3771837. OLE color: 3771837.
HSL color Cylindrical-coordinate representation of color #BD8D39: hue angle of 38.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8D39 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 57 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.26 |
| HSL | 38.18º | 0.54% | 0.48% | - |
| HSV(B) | 38.18º | 0.7% | 0.74% | - |
| XYZ | 31.25 | 30.16 | 8.05 | - |
| YUV | 145.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 57 | 0 | 0.25 | 0.70 | 0.26 | 38.18 | 0.54 | 0.48 |
| Hex | BD | 8D | 39 | 0 | 19 | 46 | 1A | 26 | 36 | 30 |
| Octal | 275 | 215 | 71 | 0 | 31 | 106 | 32 | 46 | 66 | 60 |
| Binary | 10111101 | 10001101 | 111001 | 0 | 11001 | 1000110 | 11010 | 100110 | 110110 | 110000 |
Color Harmonies of #BD8D39
Complementary color
Monochromatic Colors of #BD8D39
Black with #BD8D39
Text Example
Text Example
White with #BD8D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D39; }
p { color: rgb(189,141,57); }
H1.HeaderClassName
{
color: #BD8D39;
}
.AnyTagClassName
{
color: #BD8D39;
}
</style>
background-color css
<style>
a { background-color: #BD8D39; }
a { background-color: rgb(189,141,57); }
div.DivClassName
{
background-color: #BD8D39;
}
.BgClassName
{
background-color: #BD8D39;
}
</style>
border-color css
<style>
span { border-color: #BD8D39; }
span { border-color: rgb(189,141,57); }
td.TdClassName
{
border-color: #BD8D39;
}
.TagClassName
{
border-color: #BD8D39;
}
</style>