Shades of Pizza #BD8D3F
Tints of Pizza #BD8D3F
RGB
CMYK
RGB Variations
Color information
#BD8D3F (or 0xBD8D3F) is known color: Pizza. HEX triplet: BD, 8D and 3F. RGB value is (189,141,63). Sum of RGB (Red+Green+Blue) = 189+141+63=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D3F is #4272C0. Grayscale: #929292. Windows color (decimal): -4354753 or 4165053. OLE color: 4165053.
HSL color Cylindrical-coordinate representation of color #BD8D3F: hue angle of 37.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD8D3F is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 63 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.26 |
| HSL | 37.14º | 0.5% | 0.49% | - |
| HSV(B) | 37.14º | 0.67% | 0.74% | - |
| XYZ | 31.41 | 30.23 | 8.88 | - |
| YUV | 146.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 63 | 0 | 0.25 | 0.67 | 0.26 | 37.14 | 0.5 | 0.49 |
| Hex | BD | 8D | 3F | 0 | 19 | 43 | 1A | 25 | 32 | 31 |
| Octal | 275 | 215 | 77 | 0 | 31 | 103 | 32 | 45 | 62 | 61 |
| Binary | 10111101 | 10001101 | 111111 | 0 | 11001 | 1000011 | 11010 | 100101 | 110010 | 110001 |
Color Harmonies of #BD8D3F
Complementary color
Monochromatic Colors of #BD8D3F
Black with #BD8D3F
Text Example
Text Example
White with #BD8D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D3F; }
p { color: rgb(189,141,63); }
H1.HeaderClassName
{
color: #BD8D3F;
}
.AnyTagClassName
{
color: #BD8D3F;
}
</style>
background-color css
<style>
a { background-color: #BD8D3F; }
a { background-color: rgb(189,141,63); }
div.DivClassName
{
background-color: #BD8D3F;
}
.BgClassName
{
background-color: #BD8D3F;
}
</style>
border-color css
<style>
span { border-color: #BD8D3F; }
span { border-color: rgb(189,141,63); }
td.TdClassName
{
border-color: #BD8D3F;
}
.TagClassName
{
border-color: #BD8D3F;
}
</style>