Shades of Pizza #BD8A39
Tints of Pizza #BD8A39
RGB
CMYK
RGB Variations
Color information
#BD8A39 (or 0xBD8A39) is known color: Pizza. HEX triplet: BD, 8A and 39. RGB value is (189,138,57). Sum of RGB (Red+Green+Blue) = 189+138+57=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A39 is #4275C6. Grayscale: #909090. Windows color (decimal): -4355527 or 3771069. OLE color: 3771069.
HSL color Cylindrical-coordinate representation of color #BD8A39: hue angle of 36.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8A39 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 57 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.26 |
| HSL | 36.82º | 0.54% | 0.48% | - |
| HSV(B) | 36.82º | 0.7% | 0.74% | - |
| XYZ | 30.81 | 29.29 | 7.9 | - |
| YUV | 144.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 57 | 0 | 0.27 | 0.70 | 0.26 | 36.82 | 0.54 | 0.48 |
| Hex | BD | 8A | 39 | 0 | 1B | 46 | 1A | 25 | 36 | 30 |
| Octal | 275 | 212 | 71 | 0 | 33 | 106 | 32 | 45 | 66 | 60 |
| Binary | 10111101 | 10001010 | 111001 | 0 | 11011 | 1000110 | 11010 | 100101 | 110110 | 110000 |
Color Harmonies of #BD8A39
Complementary color
Monochromatic Colors of #BD8A39
Black with #BD8A39
Text Example
Text Example
White with #BD8A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A39; }
p { color: rgb(189,138,57); }
H1.HeaderClassName
{
color: #BD8A39;
}
.AnyTagClassName
{
color: #BD8A39;
}
</style>
background-color css
<style>
a { background-color: #BD8A39; }
a { background-color: rgb(189,138,57); }
div.DivClassName
{
background-color: #BD8A39;
}
.BgClassName
{
background-color: #BD8A39;
}
</style>
border-color css
<style>
span { border-color: #BD8A39; }
span { border-color: rgb(189,138,57); }
td.TdClassName
{
border-color: #BD8A39;
}
.TagClassName
{
border-color: #BD8A39;
}
</style>