#BE9882

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

Shades of Pale Taupe #BE9882

Tints of Pale Taupe #BE9882

Color information

#BE9882 (or 0xBE9882) is unknown color: approx Pale Taupe. HEX triplet: BE, 98 and 82. RGB value is (190,152,130). Sum of RGB (Red+Green+Blue) = 190+152+130=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9882 is #41677D. Grayscale: #A0A0A0. Windows color (decimal): -4286334 or 8558782. OLE color: 8558782.

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

Color convert

RGB190152130-
CMYK00.20.320.25
HSL22º31.58%62.75%-
HSV(B)22º31.58%74.51%-
XYZ36.4935.0225.95-
YUV160.85110.59148.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=40.25%
G=32.20%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015213000.20.320.252231.5862.75
HexBE9882014201916203f
Octal2762302020244031264077
Binary1011111010011000100000100101001000001100110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9882; }

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

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

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

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

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

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

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

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