Shades of Pizza #BD8C40
Tints of Pizza #BD8C40
RGB
CMYK
RGB Variations
Color information
#BD8C40 (or 0xBD8C40) is known color: Pizza. HEX triplet: BD, 8C and 40. RGB value is (189,140,64). Sum of RGB (Red+Green+Blue) = 189+140+64=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C40 is #4273BF. Grayscale: #929292. Windows color (decimal): -4355008 or 4230333. OLE color: 4230333.
HSL color Cylindrical-coordinate representation of color #BD8C40: hue angle of 36.48º 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 #BD8C40 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 64 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.26 |
| HSL | 36.48º | 0.49% | 0.5% | - |
| HSV(B) | 36.48º | 0.66% | 0.74% | - |
| XYZ | 31.29 | 29.95 | 8.98 | - |
| YUV | 145.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 64 | 0 | 0.26 | 0.66 | 0.26 | 36.48 | 0.49 | 0.5 |
| Hex | BD | 8C | 40 | 0 | 1A | 42 | 1A | 24 | 31 | 32 |
| Octal | 275 | 214 | 100 | 0 | 32 | 102 | 32 | 44 | 61 | 62 |
| Binary | 10111101 | 10001100 | 1000000 | 0 | 11010 | 1000010 | 11010 | 100100 | 110001 | 110010 |
Color Harmonies of #BD8C40
Complementary color
Monochromatic Colors of #BD8C40
Black with #BD8C40
Text Example
Text Example
White with #BD8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C40; }
p { color: rgb(189,140,64); }
H1.HeaderClassName
{
color: #BD8C40;
}
.AnyTagClassName
{
color: #BD8C40;
}
</style>
background-color css
<style>
a { background-color: #BD8C40; }
a { background-color: rgb(189,140,64); }
div.DivClassName
{
background-color: #BD8C40;
}
.BgClassName
{
background-color: #BD8C40;
}
</style>
border-color css
<style>
span { border-color: #BD8C40; }
span { border-color: rgb(189,140,64); }
td.TdClassName
{
border-color: #BD8C40;
}
.TagClassName
{
border-color: #BD8C40;
}
</style>