Shades of Pizza #BD8737
Tints of Pizza #BD8737
RGB
CMYK
RGB Variations
Color information
#BD8737 (or 0xBD8737) is known color: Pizza. HEX triplet: BD, 87 and 37. RGB value is (189,135,55). Sum of RGB (Red+Green+Blue) = 189+135+55=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8737 is #4278C8. Grayscale: #8E8E8E. Windows color (decimal): -4356297 or 3639229. OLE color: 3639229.
HSL color Cylindrical-coordinate representation of color #BD8737: hue angle of 35.82º 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 #BD8737 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 55 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.26 |
| HSL | 35.82º | 0.55% | 0.48% | - |
| HSV(B) | 35.82º | 0.71% | 0.74% | - |
| XYZ | 30.34 | 28.42 | 7.5 | - |
| YUV | 142.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 55 | 0 | 0.29 | 0.71 | 0.26 | 35.82 | 0.55 | 0.48 |
| Hex | BD | 87 | 37 | 0 | 1D | 47 | 1A | 24 | 37 | 30 |
| Octal | 275 | 207 | 67 | 0 | 35 | 107 | 32 | 44 | 67 | 60 |
| Binary | 10111101 | 10000111 | 110111 | 0 | 11101 | 1000111 | 11010 | 100100 | 110111 | 110000 |
Color Harmonies of #BD8737
Complementary color
Monochromatic Colors of #BD8737
Black with #BD8737
Text Example
Text Example
White with #BD8737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8737; }
p { color: rgb(189,135,55); }
H1.HeaderClassName
{
color: #BD8737;
}
.AnyTagClassName
{
color: #BD8737;
}
</style>
background-color css
<style>
a { background-color: #BD8737; }
a { background-color: rgb(189,135,55); }
div.DivClassName
{
background-color: #BD8737;
}
.BgClassName
{
background-color: #BD8737;
}
</style>
border-color css
<style>
span { border-color: #BD8737; }
span { border-color: rgb(189,135,55); }
td.TdClassName
{
border-color: #BD8737;
}
.TagClassName
{
border-color: #BD8737;
}
</style>