Shades of Pizza #BD9140
Tints of Pizza #BD9140
RGB
CMYK
RGB Variations
Color information
#BD9140 (or 0xBD9140) is known color: Pizza. HEX triplet: BD, 91 and 40. RGB value is (189,145,64). Sum of RGB (Red+Green+Blue) = 189+145+64=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9140 is #426EBF. Grayscale: #959595. Windows color (decimal): -4353728 or 4231613. OLE color: 4231613.
HSL color Cylindrical-coordinate representation of color #BD9140: hue angle of 38.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD9140 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 64 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.26 |
| HSL | 38.88º | 0.49% | 0.5% | - |
| HSV(B) | 38.88º | 0.66% | 0.74% | - |
| XYZ | 32.04 | 31.44 | 9.23 | - |
| YUV | 148.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 64 | 0 | 0.23 | 0.66 | 0.26 | 38.88 | 0.49 | 0.5 |
| Hex | BD | 91 | 40 | 0 | 17 | 42 | 1A | 27 | 31 | 32 |
| Octal | 275 | 221 | 100 | 0 | 27 | 102 | 32 | 47 | 61 | 62 |
| Binary | 10111101 | 10010001 | 1000000 | 0 | 10111 | 1000010 | 11010 | 100111 | 110001 | 110010 |
Color Harmonies of #BD9140
Complementary color
Monochromatic Colors of #BD9140
Black with #BD9140
Text Example
Text Example
White with #BD9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9140; }
p { color: rgb(189,145,64); }
H1.HeaderClassName
{
color: #BD9140;
}
.AnyTagClassName
{
color: #BD9140;
}
</style>
background-color css
<style>
a { background-color: #BD9140; }
a { background-color: rgb(189,145,64); }
div.DivClassName
{
background-color: #BD9140;
}
.BgClassName
{
background-color: #BD9140;
}
</style>
border-color css
<style>
span { border-color: #BD9140; }
span { border-color: rgb(189,145,64); }
td.TdClassName
{
border-color: #BD9140;
}
.TagClassName
{
border-color: #BD9140;
}
</style>