#BE9E7A

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

Shades of Pale Taupe #BE9E7A

Tints of Pale Taupe #BE9E7A

Color information

#BE9E7A (or 0xBE9E7A) is unknown color: approx Pale Taupe. HEX triplet: BE, 9E and 7A. RGB value is (190,158,122). Sum of RGB (Red+Green+Blue) = 190+158+122=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E7A is #416185. Grayscale: #A3A3A3. Windows color (decimal): -4284806 or 8036030. OLE color: 8036030.

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

Color convert

RGB190158122-
CMYK00.170.360.25
HSL31.76º34.34%61.18%-
HSV(B)31.76º35.79%74.51%-
XYZ36.9736.8123.57-
YUV163.46104.6146.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=40.43%
G=33.62%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015812200.170.360.2531.7634.3461.18
HexBE9E7A011241920223d
Octal2762361720214431404275
Binary1011111010011110111101001000110010011001100000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E7A; }

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

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

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

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

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

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

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

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