#BE9A83

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

Shades of Pale Taupe #BE9A83

Tints of Pale Taupe #BE9A83

Color information

#BE9A83 (or 0xBE9A83) is unknown color: approx Pale Taupe. HEX triplet: BE, 9A and 83. RGB value is (190,154,131). Sum of RGB (Red+Green+Blue) = 190+154+131=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A83 is #41657C. Grayscale: #A2A2A2. Windows color (decimal): -4285821 or 8624830. OLE color: 8624830.

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

Color convert

RGB190154131-
CMYK00.190.310.25
HSL23.39º31.22%62.94%-
HSV(B)23.39º31.05%74.51%-
XYZ36.8935.726.42-
YUV162.14110.43147.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=40%
G=32.42%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015413100.190.310.2523.3931.2262.94
HexBE9A830131F19171f3f
Octal2762322030233731273777
Binary10111110100110101000001101001111111110011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A83; }

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

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

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

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

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

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

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

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