Shades of Pizza #BD883E
Tints of Pizza #BD883E
RGB
CMYK
RGB Variations
Color information
#BD883E (or 0xBD883E) is known color: Pizza. HEX triplet: BD, 88 and 3E. RGB value is (189,136,62). Sum of RGB (Red+Green+Blue) = 189+136+62=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD883E is #4277C1. Grayscale: #8F8F8F. Windows color (decimal): -4356034 or 4098237. OLE color: 4098237.
HSL color Cylindrical-coordinate representation of color #BD883E: hue angle of 34.96º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD883E is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 62 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.26 |
| HSL | 34.96º | 0.51% | 0.49% | - |
| HSV(B) | 34.96º | 0.67% | 0.74% | - |
| XYZ | 30.66 | 28.77 | 8.5 | - |
| YUV | 143.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 62 | 0 | 0.28 | 0.67 | 0.26 | 34.96 | 0.51 | 0.49 |
| Hex | BD | 88 | 3E | 0 | 1C | 43 | 1A | 23 | 33 | 31 |
| Octal | 275 | 210 | 76 | 0 | 34 | 103 | 32 | 43 | 63 | 61 |
| Binary | 10111101 | 10001000 | 111110 | 0 | 11100 | 1000011 | 11010 | 100011 | 110011 | 110001 |
Color Harmonies of #BD883E
Complementary color
Monochromatic Colors of #BD883E
Black with #BD883E
Text Example
Text Example
White with #BD883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD883E; }
p { color: rgb(189,136,62); }
H1.HeaderClassName
{
color: #BD883E;
}
.AnyTagClassName
{
color: #BD883E;
}
</style>
background-color css
<style>
a { background-color: #BD883E; }
a { background-color: rgb(189,136,62); }
div.DivClassName
{
background-color: #BD883E;
}
.BgClassName
{
background-color: #BD883E;
}
</style>
border-color css
<style>
span { border-color: #BD883E; }
span { border-color: rgb(189,136,62); }
td.TdClassName
{
border-color: #BD883E;
}
.TagClassName
{
border-color: #BD883E;
}
</style>