Shades of Pizza #BD8839
Tints of Pizza #BD8839
RGB
CMYK
RGB Variations
Color information
#BD8839 (or 0xBD8839) is known color: Pizza. HEX triplet: BD, 88 and 39. RGB value is (189,136,57). Sum of RGB (Red+Green+Blue) = 189+136+57=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8839 is #4277C6. Grayscale: #8F8F8F. Windows color (decimal): -4356039 or 3770557. OLE color: 3770557.
HSL color Cylindrical-coordinate representation of color #BD8839: hue angle of 35.91º 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 #BD8839 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 57 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.26 |
| HSL | 35.91º | 0.54% | 0.48% | - |
| HSV(B) | 35.91º | 0.7% | 0.74% | - |
| XYZ | 30.53 | 28.72 | 7.81 | - |
| YUV | 142.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 57 | 0 | 0.28 | 0.70 | 0.26 | 35.91 | 0.54 | 0.48 |
| Hex | BD | 88 | 39 | 0 | 1C | 46 | 1A | 24 | 36 | 30 |
| Octal | 275 | 210 | 71 | 0 | 34 | 106 | 32 | 44 | 66 | 60 |
| Binary | 10111101 | 10001000 | 111001 | 0 | 11100 | 1000110 | 11010 | 100100 | 110110 | 110000 |
Color Harmonies of #BD8839
Complementary color
Monochromatic Colors of #BD8839
Black with #BD8839
Text Example
Text Example
White with #BD8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8839; }
p { color: rgb(189,136,57); }
H1.HeaderClassName
{
color: #BD8839;
}
.AnyTagClassName
{
color: #BD8839;
}
</style>
background-color css
<style>
a { background-color: #BD8839; }
a { background-color: rgb(189,136,57); }
div.DivClassName
{
background-color: #BD8839;
}
.BgClassName
{
background-color: #BD8839;
}
</style>
border-color css
<style>
span { border-color: #BD8839; }
span { border-color: rgb(189,136,57); }
td.TdClassName
{
border-color: #BD8839;
}
.TagClassName
{
border-color: #BD8839;
}
</style>