#BE8740

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

Shades of Pizza #BE8740

Tints of Pizza #BE8740

Color information

#BE8740 (or 0xBE8740) is unknown color: approx Pizza. HEX triplet: BE, 87 and 40. RGB value is (190,135,64). Sum of RGB (Red+Green+Blue) = 190+135+64=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8740 is #4178BF. Grayscale: #8F8F8F. Windows color (decimal): -4290752 or 4229054. OLE color: 4229054.

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

Color convert

RGB19013564-
CMYK00.290.660.25
HSL33.81º49.61%49.8%-
HSV(B)33.81º66.32%74.51%-
XYZ30.8228.658.75-
YUV143.3583.22161.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=48.84%
G=34.70%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901356400.290.660.2533.8149.6149.8
HexBE874001D4219223232
Octal27620710003510231426262
Binary10111110100001111000000011101100001011001100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8740; }

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

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

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

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

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

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

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

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