Shades of Pizza #BD8D40
Tints of Pizza #BD8D40
RGB
CMYK
RGB Variations
Color information
#BD8D40 (or 0xBD8D40) is known color: Pizza. HEX triplet: BD, 8D and 40. RGB value is (189,141,64). Sum of RGB (Red+Green+Blue) = 189+141+64=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D40 is #4272BF. Grayscale: #929292. Windows color (decimal): -4354752 or 4230589. OLE color: 4230589.
HSL color Cylindrical-coordinate representation of color #BD8D40: hue angle of 36.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD8D40 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 64 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.26 |
| HSL | 36.96º | 0.49% | 0.5% | - |
| HSV(B) | 36.96º | 0.66% | 0.74% | - |
| XYZ | 31.44 | 30.24 | 9.03 | - |
| YUV | 146.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 64 | 0 | 0.25 | 0.66 | 0.26 | 36.96 | 0.49 | 0.5 |
| Hex | BD | 8D | 40 | 0 | 19 | 42 | 1A | 25 | 31 | 32 |
| Octal | 275 | 215 | 100 | 0 | 31 | 102 | 32 | 45 | 61 | 62 |
| Binary | 10111101 | 10001101 | 1000000 | 0 | 11001 | 1000010 | 11010 | 100101 | 110001 | 110010 |
Color Harmonies of #BD8D40
Complementary color
Monochromatic Colors of #BD8D40
Black with #BD8D40
Text Example
Text Example
White with #BD8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D40; }
p { color: rgb(189,141,64); }
H1.HeaderClassName
{
color: #BD8D40;
}
.AnyTagClassName
{
color: #BD8D40;
}
</style>
background-color css
<style>
a { background-color: #BD8D40; }
a { background-color: rgb(189,141,64); }
div.DivClassName
{
background-color: #BD8D40;
}
.BgClassName
{
background-color: #BD8D40;
}
</style>
border-color css
<style>
span { border-color: #BD8D40; }
span { border-color: rgb(189,141,64); }
td.TdClassName
{
border-color: #BD8D40;
}
.TagClassName
{
border-color: #BD8D40;
}
</style>