Shades of Pizza #BD8B39
Tints of Pizza #BD8B39
RGB
CMYK
RGB Variations
Color information
#BD8B39 (or 0xBD8B39) is known color: Pizza. HEX triplet: BD, 8B and 39. RGB value is (189,139,57). Sum of RGB (Red+Green+Blue) = 189+139+57=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B39 is #4274C6. Grayscale: #909090. Windows color (decimal): -4355271 or 3771325. OLE color: 3771325.
HSL color Cylindrical-coordinate representation of color #BD8B39: hue angle of 37.27º 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 #BD8B39 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 57 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.26 |
| HSL | 37.27º | 0.54% | 0.48% | - |
| HSV(B) | 37.27º | 0.7% | 0.74% | - |
| XYZ | 30.96 | 29.58 | 7.95 | - |
| YUV | 144.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 57 | 0 | 0.26 | 0.70 | 0.26 | 37.27 | 0.54 | 0.48 |
| Hex | BD | 8B | 39 | 0 | 1A | 46 | 1A | 25 | 36 | 30 |
| Octal | 275 | 213 | 71 | 0 | 32 | 106 | 32 | 45 | 66 | 60 |
| Binary | 10111101 | 10001011 | 111001 | 0 | 11010 | 1000110 | 11010 | 100101 | 110110 | 110000 |
Color Harmonies of #BD8B39
Complementary color
Monochromatic Colors of #BD8B39
Black with #BD8B39
Text Example
Text Example
White with #BD8B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B39; }
p { color: rgb(189,139,57); }
H1.HeaderClassName
{
color: #BD8B39;
}
.AnyTagClassName
{
color: #BD8B39;
}
</style>
background-color css
<style>
a { background-color: #BD8B39; }
a { background-color: rgb(189,139,57); }
div.DivClassName
{
background-color: #BD8B39;
}
.BgClassName
{
background-color: #BD8B39;
}
</style>
border-color css
<style>
span { border-color: #BD8B39; }
span { border-color: rgb(189,139,57); }
td.TdClassName
{
border-color: #BD8B39;
}
.TagClassName
{
border-color: #BD8B39;
}
</style>