Shades of Pizza #BD8B44
Tints of Pizza #BD8B44
RGB
CMYK
RGB Variations
Color information
#BD8B44 (or 0xBD8B44) is known color: Pizza. HEX triplet: BD, 8B and 44. RGB value is (189,139,68). Sum of RGB (Red+Green+Blue) = 189+139+68=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B44 is #4274BB. Grayscale: #929292. Windows color (decimal): -4355260 or 4492221. OLE color: 4492221.
HSL color Cylindrical-coordinate representation of color #BD8B44: hue angle of 35.21º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD8B44 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 68 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.26 |
| HSL | 35.21º | 0.48% | 0.5% | - |
| HSV(B) | 35.21º | 0.64% | 0.74% | - |
| XYZ | 31.26 | 29.7 | 9.55 | - |
| YUV | 145.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 68 | 0 | 0.26 | 0.64 | 0.26 | 35.21 | 0.48 | 0.5 |
| Hex | BD | 8B | 44 | 0 | 1A | 40 | 1A | 23 | 30 | 32 |
| Octal | 275 | 213 | 104 | 0 | 32 | 100 | 32 | 43 | 60 | 62 |
| Binary | 10111101 | 10001011 | 1000100 | 0 | 11010 | 1000000 | 11010 | 100011 | 110000 | 110010 |
Color Harmonies of #BD8B44
Complementary color
Monochromatic Colors of #BD8B44
Black with #BD8B44
Text Example
Text Example
White with #BD8B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B44; }
p { color: rgb(189,139,68); }
H1.HeaderClassName
{
color: #BD8B44;
}
.AnyTagClassName
{
color: #BD8B44;
}
</style>
background-color css
<style>
a { background-color: #BD8B44; }
a { background-color: rgb(189,139,68); }
div.DivClassName
{
background-color: #BD8B44;
}
.BgClassName
{
background-color: #BD8B44;
}
</style>
border-color css
<style>
span { border-color: #BD8B44; }
span { border-color: rgb(189,139,68); }
td.TdClassName
{
border-color: #BD8B44;
}
.TagClassName
{
border-color: #BD8B44;
}
</style>