#BC8E39

Color #BC8E39 Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #BC8E39

Tints of Pizza #BC8E39

Color information

#BC8E39 (or 0xBC8E39) is unknown color: approx Pizza. HEX triplet: BC, 8E and 39. RGB value is (188,142,57). Sum of RGB (Red+Green+Blue) = 188+142+57=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E39 is #4371C6. Grayscale: #929292. Windows color (decimal): -4420039 or 3772092. OLE color: 3772092.

HSL color Cylindrical-coordinate representation of color #BC8E39: hue angle of 38.93º degrees, saturation: 0.53, 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 #BC8E39 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18814257-
CMYK00.240.700.26
HSL38.93º53.47%48.04%-
HSV(B)38.93º69.68%73.73%-
XYZ31.1530.338.08-
YUV146.0677.74157.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=48.58%
G=36.69%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881425700.240.700.2638.9353.4748.04
HexBC8E39018461A273530
Octal2742167103010632476560
Binary1011110010001110111001011000100011011010100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E39; }

 p { color: rgb(188,142,57); }

 H1.HeaderClassName
 {
   color: #BC8E39;
 }
 .AnyTagClassName
 {
   color: #BC8E39;
 }
</style>
background-color css

<style>
 a { background-color: #BC8E39; }

 a { background-color: rgb(188,142,57); }

 div.DivClassName
 {
   background-color: #BC8E39;
 }
 .BgClassName
 {
   background-color: #BC8E39;
 }
</style>
border-color css

<style>
 span { border-color: #BC8E39; }

 span { border-color: rgb(188,142,57); }

 td.TdClassName
 {
   border-color: #BC8E39;
 }
 .TagClassName
 {
   border-color: #BC8E39;
 }
</style>