#BE8439

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

Shades of Pizza #BE8439

Tints of Pizza #BE8439

Color information

#BE8439 (or 0xBE8439) is unknown color: approx Pizza. HEX triplet: BE, 84 and 39. RGB value is (190,132,57). Sum of RGB (Red+Green+Blue) = 190+132+57=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8439 is #417BC6. Grayscale: #8D8D8D. Windows color (decimal): -4291527 or 3769534. OLE color: 3769534.

HSL color Cylindrical-coordinate representation of color #BE8439: hue angle of 33.83º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE8439 is Cyan = 0, Magento = 0.31, Yellow = 0.7 and Black (K on CMYK) = 0.25.

Color convert

RGB19013257-
CMYK00.310.70.25
HSL33.83º53.85%48.43%-
HSV(B)33.83º70%74.51%-
XYZ30.2227.757.63-
YUV140.7980.72163.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=50.13%
G=34.83%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901325700.310.70.2533.8353.8548.43
HexBE843901F4619223630
Octal2762047103710631426660
Binary1011111010000100111001011111100011011001100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8439; }

 p { color: rgb(190,132,57); }

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

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

 a { background-color: rgb(190,132,57); }

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

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

 span { border-color: rgb(190,132,57); }

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