Shades of Pizza #BD903D
Tints of Pizza #BD903D
RGB
CMYK
RGB Variations
Color information
#BD903D (or 0xBD903D) is known color: Pizza. HEX triplet: BD, 90 and 3D. RGB value is (189,144,61). Sum of RGB (Red+Green+Blue) = 189+144+61=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD903D is #426FC2. Grayscale: #949494. Windows color (decimal): -4353987 or 4034749. OLE color: 4034749.
HSL color Cylindrical-coordinate representation of color #BD903D: hue angle of 38.91º degrees, saturation: 0.51, 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 #BD903D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 61 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.26 |
| HSL | 38.91º | 0.51% | 0.49% | - |
| HSV(B) | 38.91º | 0.68% | 0.74% | - |
| XYZ | 31.8 | 31.1 | 8.74 | - |
| YUV | 147.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 61 | 0 | 0.24 | 0.68 | 0.26 | 38.91 | 0.51 | 0.49 |
| Hex | BD | 90 | 3D | 0 | 18 | 44 | 1A | 27 | 33 | 31 |
| Octal | 275 | 220 | 75 | 0 | 30 | 104 | 32 | 47 | 63 | 61 |
| Binary | 10111101 | 10010000 | 111101 | 0 | 11000 | 1000100 | 11010 | 100111 | 110011 | 110001 |
Color Harmonies of #BD903D
Complementary color
Monochromatic Colors of #BD903D
Black with #BD903D
Text Example
Text Example
White with #BD903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD903D; }
p { color: rgb(189,144,61); }
H1.HeaderClassName
{
color: #BD903D;
}
.AnyTagClassName
{
color: #BD903D;
}
</style>
background-color css
<style>
a { background-color: #BD903D; }
a { background-color: rgb(189,144,61); }
div.DivClassName
{
background-color: #BD903D;
}
.BgClassName
{
background-color: #BD903D;
}
</style>
border-color css
<style>
span { border-color: #BD903D; }
span { border-color: rgb(189,144,61); }
td.TdClassName
{
border-color: #BD903D;
}
.TagClassName
{
border-color: #BD903D;
}
</style>