#BE9782

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

Shades of Pale Taupe #BE9782

Tints of Pale Taupe #BE9782

Color information

#BE9782 (or 0xBE9782) is unknown color: approx Pale Taupe. HEX triplet: BE, 97 and 82. RGB value is (190,151,130). Sum of RGB (Red+Green+Blue) = 190+151+130=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9782 is #41687D. Grayscale: #A0A0A0. Windows color (decimal): -4286590 or 8558526. OLE color: 8558526.

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

Color convert

RGB190151130-
CMYK00.210.320.25
HSL21º31.58%62.75%-
HSV(B)21º31.58%74.51%-
XYZ36.3334.6925.9-
YUV160.27110.92149.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=40.34%
G=32.06%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015113000.210.320.252131.5862.75
HexBE9782015201915203f
Octal2762272020254031254077
Binary1011111010010111100000100101011000001100110101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9782; }

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

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

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

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

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

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

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

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