Shades of Pizza #BD8837
Tints of Pizza #BD8837
RGB
CMYK
RGB Variations
Color information
#BD8837 (or 0xBD8837) is known color: Pizza. HEX triplet: BD, 88 and 37. RGB value is (189,136,55). Sum of RGB (Red+Green+Blue) = 189+136+55=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8837 is #4277C8. Grayscale: #8E8E8E. Windows color (decimal): -4356041 or 3639485. OLE color: 3639485.
HSL color Cylindrical-coordinate representation of color #BD8837: hue angle of 36.27º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD8837 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 55 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.26 |
| HSL | 36.27º | 0.55% | 0.48% | - |
| HSV(B) | 36.27º | 0.71% | 0.74% | - |
| XYZ | 30.48 | 28.7 | 7.55 | - |
| YUV | 142.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 55 | 0 | 0.28 | 0.71 | 0.26 | 36.27 | 0.55 | 0.48 |
| Hex | BD | 88 | 37 | 0 | 1C | 47 | 1A | 24 | 37 | 30 |
| Octal | 275 | 210 | 67 | 0 | 34 | 107 | 32 | 44 | 67 | 60 |
| Binary | 10111101 | 10001000 | 110111 | 0 | 11100 | 1000111 | 11010 | 100100 | 110111 | 110000 |
Color Harmonies of #BD8837
Complementary color
Monochromatic Colors of #BD8837
Black with #BD8837
Text Example
Text Example
White with #BD8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8837; }
p { color: rgb(189,136,55); }
H1.HeaderClassName
{
color: #BD8837;
}
.AnyTagClassName
{
color: #BD8837;
}
</style>
background-color css
<style>
a { background-color: #BD8837; }
a { background-color: rgb(189,136,55); }
div.DivClassName
{
background-color: #BD8837;
}
.BgClassName
{
background-color: #BD8837;
}
</style>
border-color css
<style>
span { border-color: #BD8837; }
span { border-color: rgb(189,136,55); }
td.TdClassName
{
border-color: #BD8837;
}
.TagClassName
{
border-color: #BD8837;
}
</style>