#BE873E

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

Shades of Pizza #BE873E

Tints of Pizza #BE873E

Color information

#BE873E (or 0xBE873E) is unknown color: approx Pizza. HEX triplet: BE, 87 and 3E. RGB value is (190,135,62). Sum of RGB (Red+Green+Blue) = 190+135+62=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE873E is #4178C1. Grayscale: #8F8F8F. Windows color (decimal): -4290754 or 4097982. OLE color: 4097982.

HSL color Cylindrical-coordinate representation of color #BE873E: hue angle of 34.22º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE873E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19013562-
CMYK00.290.670.25
HSL34.22º50.79%49.41%-
HSV(B)34.22º67.37%74.51%-
XYZ30.7728.628.46-
YUV143.1282.22161.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 62 (24.61% from 255) = 16.02%
R=49.10%
G=34.88%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901356200.290.670.2534.2250.7949.41
HexBE873E01D4319223331
Octal2762077603510331426361
Binary1011111010000111111110011101100001111001100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE873E; }

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

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

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

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

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

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

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

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