Shades of Pizza #BD8D3E
Tints of Pizza #BD8D3E
RGB
CMYK
RGB Variations
Color information
#BD8D3E (or 0xBD8D3E) is known color: Pizza. HEX triplet: BD, 8D and 3E. RGB value is (189,141,62). Sum of RGB (Red+Green+Blue) = 189+141+62=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D3E is #4272C1. Grayscale: #929292. Windows color (decimal): -4354754 or 4099517. OLE color: 4099517.
HSL color Cylindrical-coordinate representation of color #BD8D3E: hue angle of 37.32º degrees, saturation: 0.51, 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 #BD8D3E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 62 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.26 |
| HSL | 37.32º | 0.51% | 0.49% | - |
| HSV(B) | 37.32º | 0.67% | 0.74% | - |
| XYZ | 31.38 | 30.22 | 8.74 | - |
| YUV | 146.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 62 | 0 | 0.25 | 0.67 | 0.26 | 37.32 | 0.51 | 0.49 |
| Hex | BD | 8D | 3E | 0 | 19 | 43 | 1A | 25 | 33 | 31 |
| Octal | 275 | 215 | 76 | 0 | 31 | 103 | 32 | 45 | 63 | 61 |
| Binary | 10111101 | 10001101 | 111110 | 0 | 11001 | 1000011 | 11010 | 100101 | 110011 | 110001 |
Color Harmonies of #BD8D3E
Complementary color
Monochromatic Colors of #BD8D3E
Black with #BD8D3E
Text Example
Text Example
White with #BD8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D3E; }
p { color: rgb(189,141,62); }
H1.HeaderClassName
{
color: #BD8D3E;
}
.AnyTagClassName
{
color: #BD8D3E;
}
</style>
background-color css
<style>
a { background-color: #BD8D3E; }
a { background-color: rgb(189,141,62); }
div.DivClassName
{
background-color: #BD8D3E;
}
.BgClassName
{
background-color: #BD8D3E;
}
</style>
border-color css
<style>
span { border-color: #BD8D3E; }
span { border-color: rgb(189,141,62); }
td.TdClassName
{
border-color: #BD8D3E;
}
.TagClassName
{
border-color: #BD8D3E;
}
</style>