#BE8B40

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

Shades of Pizza #BE8B40

Tints of Pizza #BE8B40

Color information

#BE8B40 (or 0xBE8B40) is unknown color: approx Pizza. HEX triplet: BE, 8B and 40. RGB value is (190,139,64). Sum of RGB (Red+Green+Blue) = 190+139+64=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B40 is #4174BF. Grayscale: #929292. Windows color (decimal): -4289728 or 4230078. OLE color: 4230078.

HSL color Cylindrical-coordinate representation of color #BE8B40: hue angle of 35.71º 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 #BE8B40 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19013964-
CMYK00.270.660.25
HSL35.71º49.61%49.8%-
HSV(B)35.71º66.32%74.51%-
XYZ31.3929.788.94-
YUV145.781.9159.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=48.35%
G=35.37%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901396400.270.660.2535.7149.6149.8
HexBE8B4001B4219243232
Octal27621310003310231446262
Binary10111110100010111000000011011100001011001100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B40; }

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

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

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

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

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

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

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

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