Shades of Pizza #BD8F3C
Tints of Pizza #BD8F3C
RGB
CMYK
RGB Variations
Color information
#BD8F3C (or 0xBD8F3C) is known color: Pizza. HEX triplet: BD, 8F and 3C. RGB value is (189,143,60). Sum of RGB (Red+Green+Blue) = 189+143+60=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F3C is #4270C3. Grayscale: #939393. Windows color (decimal): -4354244 or 3968957. OLE color: 3968957.
HSL color Cylindrical-coordinate representation of color #BD8F3C: hue angle of 38.6º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD8F3C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 60 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.26 |
| HSL | 38.6º | 0.52% | 0.49% | - |
| HSV(B) | 38.6º | 0.68% | 0.74% | - |
| XYZ | 31.62 | 30.79 | 8.55 | - |
| YUV | 147.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 60 | 0 | 0.24 | 0.68 | 0.26 | 38.6 | 0.52 | 0.49 |
| Hex | BD | 8F | 3C | 0 | 18 | 44 | 1A | 27 | 34 | 31 |
| Octal | 275 | 217 | 74 | 0 | 30 | 104 | 32 | 47 | 64 | 61 |
| Binary | 10111101 | 10001111 | 111100 | 0 | 11000 | 1000100 | 11010 | 100111 | 110100 | 110001 |
Color Harmonies of #BD8F3C
Complementary color
Monochromatic Colors of #BD8F3C
Black with #BD8F3C
Text Example
Text Example
White with #BD8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F3C; }
p { color: rgb(189,143,60); }
H1.HeaderClassName
{
color: #BD8F3C;
}
.AnyTagClassName
{
color: #BD8F3C;
}
</style>
background-color css
<style>
a { background-color: #BD8F3C; }
a { background-color: rgb(189,143,60); }
div.DivClassName
{
background-color: #BD8F3C;
}
.BgClassName
{
background-color: #BD8F3C;
}
</style>
border-color css
<style>
span { border-color: #BD8F3C; }
span { border-color: rgb(189,143,60); }
td.TdClassName
{
border-color: #BD8F3C;
}
.TagClassName
{
border-color: #BD8F3C;
}
</style>