#BE8B39

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

Shades of Pizza #BE8B39

Tints of Pizza #BE8B39

Color information

#BE8B39 (or 0xBE8B39) is unknown color: approx Pizza. HEX triplet: BE, 8B and 39. RGB value is (190,139,57). Sum of RGB (Red+Green+Blue) = 190+139+57=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B39 is #4174C6. Grayscale: #919191. Windows color (decimal): -4289735 or 3771326. OLE color: 3771326.

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

Color convert

RGB19013957-
CMYK00.270.70.25
HSL36.99º53.85%48.43%-
HSV(B)36.99º70%74.51%-
XYZ31.2129.717.96-
YUV144.978.4160.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=49.22%
G=36.01%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901395700.270.70.2536.9953.8548.43
HexBE8B3901B4619253630
Octal2762137103310631456660
Binary1011111010001011111001011011100011011001100101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B39; }

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

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

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

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

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

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

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

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