Shades of Pizza #BD8F40
Tints of Pizza #BD8F40
RGB
CMYK
RGB Variations
Color information
#BD8F40 (or 0xBD8F40) is known color: Pizza. HEX triplet: BD, 8F and 40. RGB value is (189,143,64). Sum of RGB (Red+Green+Blue) = 189+143+64=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F40 is #4270BF. Grayscale: #949494. Windows color (decimal): -4354240 or 4231101. OLE color: 4231101.
HSL color Cylindrical-coordinate representation of color #BD8F40: hue angle of 37.92º 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 #BD8F40 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 64 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.26 |
| HSL | 37.92º | 0.49% | 0.5% | - |
| HSV(B) | 37.92º | 0.66% | 0.74% | - |
| XYZ | 31.73 | 30.83 | 9.13 | - |
| YUV | 147.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 64 | 0 | 0.24 | 0.66 | 0.26 | 37.92 | 0.49 | 0.5 |
| Hex | BD | 8F | 40 | 0 | 18 | 42 | 1A | 26 | 31 | 32 |
| Octal | 275 | 217 | 100 | 0 | 30 | 102 | 32 | 46 | 61 | 62 |
| Binary | 10111101 | 10001111 | 1000000 | 0 | 11000 | 1000010 | 11010 | 100110 | 110001 | 110010 |
Color Harmonies of #BD8F40
Complementary color
Monochromatic Colors of #BD8F40
Black with #BD8F40
Text Example
Text Example
White with #BD8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F40; }
p { color: rgb(189,143,64); }
H1.HeaderClassName
{
color: #BD8F40;
}
.AnyTagClassName
{
color: #BD8F40;
}
</style>
background-color css
<style>
a { background-color: #BD8F40; }
a { background-color: rgb(189,143,64); }
div.DivClassName
{
background-color: #BD8F40;
}
.BgClassName
{
background-color: #BD8F40;
}
</style>
border-color css
<style>
span { border-color: #BD8F40; }
span { border-color: rgb(189,143,64); }
td.TdClassName
{
border-color: #BD8F40;
}
.TagClassName
{
border-color: #BD8F40;
}
</style>