#BE9480

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

Shades of Pale Taupe #BE9480

Tints of Pale Taupe #BE9480

Color information

#BE9480 (or 0xBE9480) is unknown color: approx Pale Taupe. HEX triplet: BE, 94 and 80. RGB value is (190,148,128). Sum of RGB (Red+Green+Blue) = 190+148+128=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9480 is #416B7F. Grayscale: #9E9E9E. Windows color (decimal): -4287360 or 8426686. OLE color: 8426686.

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

Color convert

RGB190148128-
CMYK00.220.330.25
HSL19.35º32.29%62.35%-
HSV(B)19.35º32.63%74.51%-
XYZ35.7233.6925.04-
YUV158.28110.91150.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=40.77%
G=31.76%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014812800.220.330.2519.3532.2962.35
HexBE9480016211913203e
Octal2762242000264131234076
Binary1011111010010100100000000101101000011100110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9480; }

 p { color: rgb(190,148,128); }

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

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

 a { background-color: rgb(190,148,128); }

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

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

 span { border-color: rgb(190,148,128); }

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