Shades of Pizza #BD943B
Tints of Pizza #BD943B
RGB
CMYK
RGB Variations
Color information
#BD943B (or 0xBD943B) is known color: Pizza. HEX triplet: BD, 94 and 3B. RGB value is (189,148,59). Sum of RGB (Red+Green+Blue) = 189+148+59=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD943B is #426BC4. Grayscale: #969696. Windows color (decimal): -4352965 or 3904701. OLE color: 3904701.
HSL color Cylindrical-coordinate representation of color #BD943B: hue angle of 41.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD943B is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 59 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.26 |
| HSL | 41.08º | 0.52% | 0.49% | - |
| HSV(B) | 41.08º | 0.69% | 0.74% | - |
| XYZ | 32.37 | 32.31 | 8.67 | - |
| YUV | 150.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 59 | 0 | 0.22 | 0.69 | 0.26 | 41.08 | 0.52 | 0.49 |
| Hex | BD | 94 | 3B | 0 | 16 | 45 | 1A | 29 | 34 | 31 |
| Octal | 275 | 224 | 73 | 0 | 26 | 105 | 32 | 51 | 64 | 61 |
| Binary | 10111101 | 10010100 | 111011 | 0 | 10110 | 1000101 | 11010 | 101001 | 110100 | 110001 |
Color Harmonies of #BD943B
Complementary color
Monochromatic Colors of #BD943B
Black with #BD943B
Text Example
Text Example
White with #BD943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD943B; }
p { color: rgb(189,148,59); }
H1.HeaderClassName
{
color: #BD943B;
}
.AnyTagClassName
{
color: #BD943B;
}
</style>
background-color css
<style>
a { background-color: #BD943B; }
a { background-color: rgb(189,148,59); }
div.DivClassName
{
background-color: #BD943B;
}
.BgClassName
{
background-color: #BD943B;
}
</style>
border-color css
<style>
span { border-color: #BD943B; }
span { border-color: rgb(189,148,59); }
td.TdClassName
{
border-color: #BD943B;
}
.TagClassName
{
border-color: #BD943B;
}
</style>