Shades of Pizza #BD8A3C
Tints of Pizza #BD8A3C
RGB
CMYK
RGB Variations
Color information
#BD8A3C (or 0xBD8A3C) is known color: Pizza. HEX triplet: BD, 8A and 3C. RGB value is (189,138,60). Sum of RGB (Red+Green+Blue) = 189+138+60=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A3C is #4275C3. Grayscale: #909090. Windows color (decimal): -4355524 or 3967677. OLE color: 3967677.
HSL color Cylindrical-coordinate representation of color #BD8A3C: hue angle of 36.28º degrees, saturation: 0.52, 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 #BD8A3C is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 60 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.26 |
| HSL | 36.28º | 0.52% | 0.49% | - |
| HSV(B) | 36.28º | 0.68% | 0.74% | - |
| XYZ | 30.89 | 29.32 | 8.31 | - |
| YUV | 144.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 60 | 0 | 0.27 | 0.68 | 0.26 | 36.28 | 0.52 | 0.49 |
| Hex | BD | 8A | 3C | 0 | 1B | 44 | 1A | 24 | 34 | 31 |
| Octal | 275 | 212 | 74 | 0 | 33 | 104 | 32 | 44 | 64 | 61 |
| Binary | 10111101 | 10001010 | 111100 | 0 | 11011 | 1000100 | 11010 | 100100 | 110100 | 110001 |
Color Harmonies of #BD8A3C
Complementary color
Monochromatic Colors of #BD8A3C
Black with #BD8A3C
Text Example
Text Example
White with #BD8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A3C; }
p { color: rgb(189,138,60); }
H1.HeaderClassName
{
color: #BD8A3C;
}
.AnyTagClassName
{
color: #BD8A3C;
}
</style>
background-color css
<style>
a { background-color: #BD8A3C; }
a { background-color: rgb(189,138,60); }
div.DivClassName
{
background-color: #BD8A3C;
}
.BgClassName
{
background-color: #BD8A3C;
}
</style>
border-color css
<style>
span { border-color: #BD8A3C; }
span { border-color: rgb(189,138,60); }
td.TdClassName
{
border-color: #BD8A3C;
}
.TagClassName
{
border-color: #BD8A3C;
}
</style>