Shades of Pizza #BD8636
Tints of Pizza #BD8636
RGB
CMYK
RGB Variations
Color information
#BD8636 (or 0xBD8636) is known color: Pizza. HEX triplet: BD, 86 and 36. RGB value is (189,134,54). Sum of RGB (Red+Green+Blue) = 189+134+54=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8636 is #4279C9. Grayscale: #8D8D8D. Windows color (decimal): -4356554 or 3573437. OLE color: 3573437.
HSL color Cylindrical-coordinate representation of color #BD8636: hue angle of 35.56º 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 #BD8636 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 54 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.26 |
| HSL | 35.56º | 0.56% | 0.48% | - |
| HSV(B) | 35.56º | 0.71% | 0.74% | - |
| XYZ | 30.18 | 28.14 | 7.33 | - |
| YUV | 141.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 54 | 0 | 0.29 | 0.71 | 0.26 | 35.56 | 0.56 | 0.48 |
| Hex | BD | 86 | 36 | 0 | 1D | 47 | 1A | 24 | 38 | 30 |
| Octal | 275 | 206 | 66 | 0 | 35 | 107 | 32 | 44 | 70 | 60 |
| Binary | 10111101 | 10000110 | 110110 | 0 | 11101 | 1000111 | 11010 | 100100 | 111000 | 110000 |
Color Harmonies of #BD8636
Complementary color
Monochromatic Colors of #BD8636
Black with #BD8636
Text Example
Text Example
White with #BD8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8636; }
p { color: rgb(189,134,54); }
H1.HeaderClassName
{
color: #BD8636;
}
.AnyTagClassName
{
color: #BD8636;
}
</style>
background-color css
<style>
a { background-color: #BD8636; }
a { background-color: rgb(189,134,54); }
div.DivClassName
{
background-color: #BD8636;
}
.BgClassName
{
background-color: #BD8636;
}
</style>
border-color css
<style>
span { border-color: #BD8636; }
span { border-color: rgb(189,134,54); }
td.TdClassName
{
border-color: #BD8636;
}
.TagClassName
{
border-color: #BD8636;
}
</style>