Shades of Pizza #BD923A
Tints of Pizza #BD923A
RGB
CMYK
RGB Variations
Color information
#BD923A (or 0xBD923A) is known color: Pizza. HEX triplet: BD, 92 and 3A. RGB value is (189,146,58). Sum of RGB (Red+Green+Blue) = 189+146+58=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD923A is #426DC5. Grayscale: #959595. Windows color (decimal): -4353478 or 3838653. OLE color: 3838653.
HSL color Cylindrical-coordinate representation of color #BD923A: hue angle of 40.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD923A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 58 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.26 |
| HSL | 40.31º | 0.53% | 0.48% | - |
| HSV(B) | 40.31º | 0.69% | 0.74% | - |
| XYZ | 32.03 | 31.68 | 8.43 | - |
| YUV | 148.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 58 | 0 | 0.23 | 0.69 | 0.26 | 40.31 | 0.53 | 0.48 |
| Hex | BD | 92 | 3A | 0 | 17 | 45 | 1A | 28 | 35 | 30 |
| Octal | 275 | 222 | 72 | 0 | 27 | 105 | 32 | 50 | 65 | 60 |
| Binary | 10111101 | 10010010 | 111010 | 0 | 10111 | 1000101 | 11010 | 101000 | 110101 | 110000 |
Color Harmonies of #BD923A
Complementary color
Monochromatic Colors of #BD923A
Black with #BD923A
Text Example
Text Example
White with #BD923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD923A; }
p { color: rgb(189,146,58); }
H1.HeaderClassName
{
color: #BD923A;
}
.AnyTagClassName
{
color: #BD923A;
}
</style>
background-color css
<style>
a { background-color: #BD923A; }
a { background-color: rgb(189,146,58); }
div.DivClassName
{
background-color: #BD923A;
}
.BgClassName
{
background-color: #BD923A;
}
</style>
border-color css
<style>
span { border-color: #BD923A; }
span { border-color: rgb(189,146,58); }
td.TdClassName
{
border-color: #BD923A;
}
.TagClassName
{
border-color: #BD923A;
}
</style>