Shades of Pizza #BD8638
Tints of Pizza #BD8638
RGB
CMYK
RGB Variations
Color information
#BD8638 (or 0xBD8638) is known color: Pizza. HEX triplet: BD, 86 and 38. RGB value is (189,134,56). Sum of RGB (Red+Green+Blue) = 189+134+56=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8638 is #4279C7. Grayscale: #8D8D8D. Windows color (decimal): -4356552 or 3704509. OLE color: 3704509.
HSL color Cylindrical-coordinate representation of color #BD8638: hue angle of 35.19º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8638 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 56 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.26 |
| HSL | 35.19º | 0.54% | 0.48% | - |
| HSV(B) | 35.19º | 0.7% | 0.74% | - |
| XYZ | 30.23 | 28.15 | 7.58 | - |
| YUV | 141.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 56 | 0 | 0.29 | 0.70 | 0.26 | 35.19 | 0.54 | 0.48 |
| Hex | BD | 86 | 38 | 0 | 1D | 46 | 1A | 23 | 36 | 30 |
| Octal | 275 | 206 | 70 | 0 | 35 | 106 | 32 | 43 | 66 | 60 |
| Binary | 10111101 | 10000110 | 111000 | 0 | 11101 | 1000110 | 11010 | 100011 | 110110 | 110000 |
Color Harmonies of #BD8638
Complementary color
Monochromatic Colors of #BD8638
Black with #BD8638
Text Example
Text Example
White with #BD8638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8638; }
p { color: rgb(189,134,56); }
H1.HeaderClassName
{
color: #BD8638;
}
.AnyTagClassName
{
color: #BD8638;
}
</style>
background-color css
<style>
a { background-color: #BD8638; }
a { background-color: rgb(189,134,56); }
div.DivClassName
{
background-color: #BD8638;
}
.BgClassName
{
background-color: #BD8638;
}
</style>
border-color css
<style>
span { border-color: #BD8638; }
span { border-color: rgb(189,134,56); }
td.TdClassName
{
border-color: #BD8638;
}
.TagClassName
{
border-color: #BD8638;
}
</style>