Shades of Pizza #BD8F3F
Tints of Pizza #BD8F3F
RGB
CMYK
RGB Variations
Color information
#BD8F3F (or 0xBD8F3F) is known color: Pizza. HEX triplet: BD, 8F and 3F. RGB value is (189,143,63). Sum of RGB (Red+Green+Blue) = 189+143+63=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F3F is #4270C0. Grayscale: #949494. Windows color (decimal): -4354241 or 4165565. OLE color: 4165565.
HSL color Cylindrical-coordinate representation of color #BD8F3F: hue angle of 38.1º degrees, saturation: 0.5, 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 #BD8F3F is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 63 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.26 |
| HSL | 38.1º | 0.5% | 0.49% | - |
| HSV(B) | 38.1º | 0.67% | 0.74% | - |
| XYZ | 31.71 | 30.82 | 8.98 | - |
| YUV | 147.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 63 | 0 | 0.24 | 0.67 | 0.26 | 38.1 | 0.5 | 0.49 |
| Hex | BD | 8F | 3F | 0 | 18 | 43 | 1A | 26 | 32 | 31 |
| Octal | 275 | 217 | 77 | 0 | 30 | 103 | 32 | 46 | 62 | 61 |
| Binary | 10111101 | 10001111 | 111111 | 0 | 11000 | 1000011 | 11010 | 100110 | 110010 | 110001 |
Color Harmonies of #BD8F3F
Complementary color
Monochromatic Colors of #BD8F3F
Black with #BD8F3F
Text Example
Text Example
White with #BD8F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F3F; }
p { color: rgb(189,143,63); }
H1.HeaderClassName
{
color: #BD8F3F;
}
.AnyTagClassName
{
color: #BD8F3F;
}
</style>
background-color css
<style>
a { background-color: #BD8F3F; }
a { background-color: rgb(189,143,63); }
div.DivClassName
{
background-color: #BD8F3F;
}
.BgClassName
{
background-color: #BD8F3F;
}
</style>
border-color css
<style>
span { border-color: #BD8F3F; }
span { border-color: rgb(189,143,63); }
td.TdClassName
{
border-color: #BD8F3F;
}
.TagClassName
{
border-color: #BD8F3F;
}
</style>