Shades of Pizza #BC8A3A
Tints of Pizza #BC8A3A
RGB
CMYK
RGB Variations
Color information
#BC8A3A (or 0xBC8A3A) is known color: Pizza. HEX triplet: BC, 8A and 3A. RGB value is (188,138,58). Sum of RGB (Red+Green+Blue) = 188+138+58=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A3A is #4375C5. Grayscale: #909090. Windows color (decimal): -4421062 or 3836604. OLE color: 3836604.
HSL color Cylindrical-coordinate representation of color #BC8A3A: hue angle of 36.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC8A3A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 58 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.26 |
| HSL | 36.92º | 0.53% | 0.48% | - |
| HSV(B) | 36.92º | 0.69% | 0.74% | - |
| XYZ | 30.59 | 29.17 | 8.02 | - |
| YUV | 143.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 58 | 0 | 0.27 | 0.69 | 0.26 | 36.92 | 0.53 | 0.48 |
| Hex | BC | 8A | 3A | 0 | 1B | 45 | 1A | 25 | 35 | 30 |
| Octal | 274 | 212 | 72 | 0 | 33 | 105 | 32 | 45 | 65 | 60 |
| Binary | 10111100 | 10001010 | 111010 | 0 | 11011 | 1000101 | 11010 | 100101 | 110101 | 110000 |
Color Harmonies of #BC8A3A
Complementary color
Monochromatic Colors of #BC8A3A
Black with #BC8A3A
Text Example
Text Example
White with #BC8A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A3A; }
p { color: rgb(188,138,58); }
H1.HeaderClassName
{
color: #BC8A3A;
}
.AnyTagClassName
{
color: #BC8A3A;
}
</style>
background-color css
<style>
a { background-color: #BC8A3A; }
a { background-color: rgb(188,138,58); }
div.DivClassName
{
background-color: #BC8A3A;
}
.BgClassName
{
background-color: #BC8A3A;
}
</style>
border-color css
<style>
span { border-color: #BC8A3A; }
span { border-color: rgb(188,138,58); }
td.TdClassName
{
border-color: #BC8A3A;
}
.TagClassName
{
border-color: #BC8A3A;
}
</style>