#BE8939

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

Shades of Pizza #BE8939

Tints of Pizza #BE8939

Color information

#BE8939 (or 0xBE8939) is unknown color: approx Pizza. HEX triplet: BE, 89 and 39. RGB value is (190,137,57). Sum of RGB (Red+Green+Blue) = 190+137+57=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8939 is #4176C6. Grayscale: #909090. Windows color (decimal): -4290247 or 3770814. OLE color: 3770814.

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

Color convert

RGB19013757-
CMYK00.280.70.25
HSL36.09º53.85%48.43%-
HSV(B)36.09º70%74.51%-
XYZ30.9229.137.86-
YUV143.7379.06161-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=49.48%
G=35.68%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901375700.280.70.2536.0953.8548.43
HexBE893901C4619243630
Octal2762117103410631446660
Binary1011111010001001111001011100100011011001100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8939; }

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

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

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

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

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

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

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

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