#BE9A82

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

Shades of Pale Taupe #BE9A82

Tints of Pale Taupe #BE9A82

Color information

#BE9A82 (or 0xBE9A82) is unknown color: approx Pale Taupe. HEX triplet: BE, 9A and 82. RGB value is (190,154,130). Sum of RGB (Red+Green+Blue) = 190+154+130=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A82 is #41657D. Grayscale: #A2A2A2. Windows color (decimal): -4285822 or 8559294. OLE color: 8559294.

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

Color convert

RGB190154130-
CMYK00.190.320.25
HSL24º31.58%62.75%-
HSV(B)24º31.58%74.51%-
XYZ36.8235.6726.06-
YUV162.03109.93147.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 130 (51.17% from 255) = 27.43%
R=40.08%
G=32.49%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015413000.190.320.252431.5862.75
HexBE9A82013201918203f
Octal2762322020234031304077
Binary1011111010011010100000100100111000001100111000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A82; }

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

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

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

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

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

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

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

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