Shades of Pizza #BD8A38
Tints of Pizza #BD8A38
RGB
CMYK
RGB Variations
Color information
#BD8A38 (or 0xBD8A38) is known color: Pizza. HEX triplet: BD, 8A and 38. RGB value is (189,138,56). Sum of RGB (Red+Green+Blue) = 189+138+56=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A38 is #4275C7. Grayscale: #909090. Windows color (decimal): -4355528 or 3705533. OLE color: 3705533.
HSL color Cylindrical-coordinate representation of color #BD8A38: hue angle of 36.99º 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 #BD8A38 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 56 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.26 |
| HSL | 36.99º | 0.54% | 0.48% | - |
| HSV(B) | 36.99º | 0.7% | 0.74% | - |
| XYZ | 30.79 | 29.28 | 7.77 | - |
| YUV | 143.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 56 | 0 | 0.27 | 0.70 | 0.26 | 36.99 | 0.54 | 0.48 |
| Hex | BD | 8A | 38 | 0 | 1B | 46 | 1A | 25 | 36 | 30 |
| Octal | 275 | 212 | 70 | 0 | 33 | 106 | 32 | 45 | 66 | 60 |
| Binary | 10111101 | 10001010 | 111000 | 0 | 11011 | 1000110 | 11010 | 100101 | 110110 | 110000 |
Color Harmonies of #BD8A38
Complementary color
Monochromatic Colors of #BD8A38
Black with #BD8A38
Text Example
Text Example
White with #BD8A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A38; }
p { color: rgb(189,138,56); }
H1.HeaderClassName
{
color: #BD8A38;
}
.AnyTagClassName
{
color: #BD8A38;
}
</style>
background-color css
<style>
a { background-color: #BD8A38; }
a { background-color: rgb(189,138,56); }
div.DivClassName
{
background-color: #BD8A38;
}
.BgClassName
{
background-color: #BD8A38;
}
</style>
border-color css
<style>
span { border-color: #BD8A38; }
span { border-color: rgb(189,138,56); }
td.TdClassName
{
border-color: #BD8A38;
}
.TagClassName
{
border-color: #BD8A38;
}
</style>