#BE8C40

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

Shades of Pizza #BE8C40

Tints of Pizza #BE8C40

Color information

#BE8C40 (or 0xBE8C40) is unknown color: approx Pizza. HEX triplet: BE, 8C and 40. RGB value is (190,140,64). Sum of RGB (Red+Green+Blue) = 190+140+64=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C40 is #4173BF. Grayscale: #929292. Windows color (decimal): -4289472 or 4230334. OLE color: 4230334.

HSL color Cylindrical-coordinate representation of color #BE8C40: hue angle of 36.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE8C40 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19014064-
CMYK00.260.660.25
HSL36.19º49.61%49.8%-
HSV(B)36.19º66.32%74.51%-
XYZ31.5430.078.99-
YUV146.2981.56159.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=48.22%
G=35.53%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901406400.260.660.2536.1949.6149.8
HexBE8C4001A4219243232
Octal27621410003210231446262
Binary10111110100011001000000011010100001011001100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C40; }

 p { color: rgb(190,140,64); }

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

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

 a { background-color: rgb(190,140,64); }

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

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

 span { border-color: rgb(190,140,64); }

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