Shades of Pizza #BD8A43
Tints of Pizza #BD8A43
RGB
CMYK
RGB Variations
Color information
#BD8A43 (or 0xBD8A43) is known color: Pizza. HEX triplet: BD, 8A and 43. RGB value is (189,138,67). Sum of RGB (Red+Green+Blue) = 189+138+67=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A43 is #4275BC. Grayscale: #919191. Windows color (decimal): -4355517 or 4426429. OLE color: 4426429.
HSL color Cylindrical-coordinate representation of color #BD8A43: hue angle of 34.92º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD8A43 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 67 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.26 |
| HSL | 34.92º | 0.48% | 0.5% | - |
| HSV(B) | 34.92º | 0.65% | 0.74% | - |
| XYZ | 31.09 | 29.4 | 9.35 | - |
| YUV | 145.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 67 | 0 | 0.27 | 0.65 | 0.26 | 34.92 | 0.48 | 0.5 |
| Hex | BD | 8A | 43 | 0 | 1B | 41 | 1A | 23 | 30 | 32 |
| Octal | 275 | 212 | 103 | 0 | 33 | 101 | 32 | 43 | 60 | 62 |
| Binary | 10111101 | 10001010 | 1000011 | 0 | 11011 | 1000001 | 11010 | 100011 | 110000 | 110010 |
Color Harmonies of #BD8A43
Complementary color
Monochromatic Colors of #BD8A43
Black with #BD8A43
Text Example
Text Example
White with #BD8A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A43; }
p { color: rgb(189,138,67); }
H1.HeaderClassName
{
color: #BD8A43;
}
.AnyTagClassName
{
color: #BD8A43;
}
</style>
background-color css
<style>
a { background-color: #BD8A43; }
a { background-color: rgb(189,138,67); }
div.DivClassName
{
background-color: #BD8A43;
}
.BgClassName
{
background-color: #BD8A43;
}
</style>
border-color css
<style>
span { border-color: #BD8A43; }
span { border-color: rgb(189,138,67); }
td.TdClassName
{
border-color: #BD8A43;
}
.TagClassName
{
border-color: #BD8A43;
}
</style>