#BE917E

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

Shades of Pale Taupe #BE917E

Tints of Pale Taupe #BE917E

Color information

#BE917E (or 0xBE917E) is unknown color: approx Pale Taupe. HEX triplet: BE, 91 and 7E. RGB value is (190,145,126). Sum of RGB (Red+Green+Blue) = 190+145+126=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE917E is #416E81. Grayscale: #9C9C9C. Windows color (decimal): -4288130 or 8294846. OLE color: 8294846.

HSL color Cylindrical-coordinate representation of color #BE917E: hue angle of 17.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE917E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190145126-
CMYK00.240.340.25
HSL17.81º32.99%61.96%-
HSV(B)17.81º33.68%74.51%-
XYZ35.1332.724.2-
YUV156.29110.91152.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=41.21%
G=31.45%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014512600.240.340.2517.8132.9961.96
HexBE917E018221912213e
Octal2762211760304231224176
Binary101111101001000111111100110001000101100110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE917E; }

 p { color: rgb(190,145,126); }

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

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

 a { background-color: rgb(190,145,126); }

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

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

 span { border-color: rgb(190,145,126); }

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