Shades of Pizza #BD8736
Tints of Pizza #BD8736
RGB
CMYK
RGB Variations
Color information
#BD8736 (or 0xBD8736) is known color: Pizza. HEX triplet: BD, 87 and 36. RGB value is (189,135,54). Sum of RGB (Red+Green+Blue) = 189+135+54=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8736 is #4278C9. Grayscale: #8E8E8E. Windows color (decimal): -4356298 or 3573693. OLE color: 3573693.
HSL color Cylindrical-coordinate representation of color #BD8736: hue angle of 36º degrees, saturation: 0.56, 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 #BD8736 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 54 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.26 |
| HSL | 36º | 0.56% | 0.48% | - |
| HSV(B) | 36º | 0.71% | 0.74% | - |
| XYZ | 30.32 | 28.41 | 7.38 | - |
| YUV | 141.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 54 | 0 | 0.29 | 0.71 | 0.26 | 36 | 0.56 | 0.48 |
| Hex | BD | 87 | 36 | 0 | 1D | 47 | 1A | 24 | 38 | 30 |
| Octal | 275 | 207 | 66 | 0 | 35 | 107 | 32 | 44 | 70 | 60 |
| Binary | 10111101 | 10000111 | 110110 | 0 | 11101 | 1000111 | 11010 | 100100 | 111000 | 110000 |
Color Harmonies of #BD8736
Complementary color
Monochromatic Colors of #BD8736
Black with #BD8736
Text Example
Text Example
White with #BD8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8736; }
p { color: rgb(189,135,54); }
H1.HeaderClassName
{
color: #BD8736;
}
.AnyTagClassName
{
color: #BD8736;
}
</style>
background-color css
<style>
a { background-color: #BD8736; }
a { background-color: rgb(189,135,54); }
div.DivClassName
{
background-color: #BD8736;
}
.BgClassName
{
background-color: #BD8736;
}
</style>
border-color css
<style>
span { border-color: #BD8736; }
span { border-color: rgb(189,135,54); }
td.TdClassName
{
border-color: #BD8736;
}
.TagClassName
{
border-color: #BD8736;
}
</style>