#BE9E80

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

Shades of Pale Taupe #BE9E80

Tints of Pale Taupe #BE9E80

Color information

#BE9E80 (or 0xBE9E80) is unknown color: approx Pale Taupe. HEX triplet: BE, 9E and 80. RGB value is (190,158,128). Sum of RGB (Red+Green+Blue) = 190+158+128=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E80 is #41617F. Grayscale: #A4A4A4. Windows color (decimal): -4284800 or 8429246. OLE color: 8429246.

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

Color convert

RGB190158128-
CMYK00.170.330.25
HSL29.03º32.29%62.35%-
HSV(B)29.03º32.63%74.51%-
XYZ37.3636.9625.59-
YUV164.15107.6146.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=39.92%
G=33.19%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015812800.170.330.2529.0332.2962.35
HexBE9E8001121191d203e
Octal2762362000214131354076
Binary1011111010011110100000000100011000011100111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E80; }

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

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

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

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

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

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

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

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