#BE9E83

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

Shades of Pale Taupe #BE9E83

Tints of Pale Taupe #BE9E83

Color information

#BE9E83 (or 0xBE9E83) is unknown color: approx Pale Taupe. HEX triplet: BE, 9E and 83. RGB value is (190,158,131). Sum of RGB (Red+Green+Blue) = 190+158+131=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E83 is #41617C. Grayscale: #A4A4A4. Windows color (decimal): -4284797 or 8625854. OLE color: 8625854.

HSL color Cylindrical-coordinate representation of color #BE9E83: hue angle of 27.46º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9E83 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB190158131-
CMYK00.170.310.25
HSL27.46º31.22%62.94%-
HSV(B)27.46º31.05%74.51%-
XYZ37.5637.0426.64-
YUV164.49109.1146.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=39.67%
G=32.99%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015813100.170.310.2527.4631.2262.94
HexBE9E830111F191b1f3f
Octal2762362030213731333777
Binary10111110100111101000001101000111111110011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E83; }

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

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

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

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

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

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

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

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