#BE937A

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

Shades of Pale Taupe #BE937A

Tints of Pale Taupe #BE937A

Color information

#BE937A (or 0xBE937A) is unknown color: approx Pale Taupe. HEX triplet: BE, 93 and 7A. RGB value is (190,147,122). Sum of RGB (Red+Green+Blue) = 190+147+122=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE937A is #416C85. Grayscale: #9D9D9D. Windows color (decimal): -4287622 or 8033214. OLE color: 8033214.

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

Color convert

RGB190147122-
CMYK00.230.360.25
HSL22.06º34.34%61.18%-
HSV(B)22.06º35.79%74.51%-
XYZ35.1833.2222.97-
YUV157.01108.25151.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=41.39%
G=32.03%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014712200.230.360.2522.0634.3461.18
HexBE937A017241916223d
Octal2762231720274431264275
Binary101111101001001111110100101111001001100110110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE937A; }

 p { color: rgb(190,147,122); }

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

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

 a { background-color: rgb(190,147,122); }

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

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

 span { border-color: rgb(190,147,122); }

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