Shades of Pizza #BD8B42
Tints of Pizza #BD8B42
RGB
CMYK
RGB Variations
Color information
#BD8B42 (or 0xBD8B42) is known color: Pizza. HEX triplet: BD, 8B and 42. RGB value is (189,139,66). Sum of RGB (Red+Green+Blue) = 189+139+66=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B42 is #4274BD. Grayscale: #919191. Windows color (decimal): -4355262 or 4361149. OLE color: 4361149.
HSL color Cylindrical-coordinate representation of color #BD8B42: hue angle of 35.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD8B42 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 66 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.26 |
| HSL | 35.61º | 0.48% | 0.5% | - |
| HSV(B) | 35.61º | 0.65% | 0.74% | - |
| XYZ | 31.2 | 29.68 | 9.24 | - |
| YUV | 145.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 66 | 0 | 0.26 | 0.65 | 0.26 | 35.61 | 0.48 | 0.5 |
| Hex | BD | 8B | 42 | 0 | 1A | 41 | 1A | 24 | 30 | 32 |
| Octal | 275 | 213 | 102 | 0 | 32 | 101 | 32 | 44 | 60 | 62 |
| Binary | 10111101 | 10001011 | 1000010 | 0 | 11010 | 1000001 | 11010 | 100100 | 110000 | 110010 |
Color Harmonies of #BD8B42
Complementary color
Monochromatic Colors of #BD8B42
Black with #BD8B42
Text Example
Text Example
White with #BD8B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B42; }
p { color: rgb(189,139,66); }
H1.HeaderClassName
{
color: #BD8B42;
}
.AnyTagClassName
{
color: #BD8B42;
}
</style>
background-color css
<style>
a { background-color: #BD8B42; }
a { background-color: rgb(189,139,66); }
div.DivClassName
{
background-color: #BD8B42;
}
.BgClassName
{
background-color: #BD8B42;
}
</style>
border-color css
<style>
span { border-color: #BD8B42; }
span { border-color: rgb(189,139,66); }
td.TdClassName
{
border-color: #BD8B42;
}
.TagClassName
{
border-color: #BD8B42;
}
</style>