Shades of Pizza #BD913E
Tints of Pizza #BD913E
RGB
CMYK
RGB Variations
Color information
#BD913E (or 0xBD913E) is known color: Pizza. HEX triplet: BD, 91 and 3E. RGB value is (189,145,62). Sum of RGB (Red+Green+Blue) = 189+145+62=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD913E is #426EC1. Grayscale: #959595. Windows color (decimal): -4353730 or 4100541. OLE color: 4100541.
HSL color Cylindrical-coordinate representation of color #BD913E: hue angle of 39.21º degrees, saturation: 0.51, 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 #BD913E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 62 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.26 |
| HSL | 39.21º | 0.51% | 0.49% | - |
| HSV(B) | 39.21º | 0.67% | 0.74% | - |
| XYZ | 31.98 | 31.42 | 8.94 | - |
| YUV | 148.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 62 | 0 | 0.23 | 0.67 | 0.26 | 39.21 | 0.51 | 0.49 |
| Hex | BD | 91 | 3E | 0 | 17 | 43 | 1A | 27 | 33 | 31 |
| Octal | 275 | 221 | 76 | 0 | 27 | 103 | 32 | 47 | 63 | 61 |
| Binary | 10111101 | 10010001 | 111110 | 0 | 10111 | 1000011 | 11010 | 100111 | 110011 | 110001 |
Color Harmonies of #BD913E
Complementary color
Monochromatic Colors of #BD913E
Black with #BD913E
Text Example
Text Example
White with #BD913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD913E; }
p { color: rgb(189,145,62); }
H1.HeaderClassName
{
color: #BD913E;
}
.AnyTagClassName
{
color: #BD913E;
}
</style>
background-color css
<style>
a { background-color: #BD913E; }
a { background-color: rgb(189,145,62); }
div.DivClassName
{
background-color: #BD913E;
}
.BgClassName
{
background-color: #BD913E;
}
</style>
border-color css
<style>
span { border-color: #BD913E; }
span { border-color: rgb(189,145,62); }
td.TdClassName
{
border-color: #BD913E;
}
.TagClassName
{
border-color: #BD913E;
}
</style>