#BE9976

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

Shades of Pale Taupe #BE9976

Tints of Pale Taupe #BE9976

Color information

#BE9976 (or 0xBE9976) is unknown color: approx Pale Taupe. HEX triplet: BE, 99 and 76. RGB value is (190,153,118). Sum of RGB (Red+Green+Blue) = 190+153+118=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9976 is #416689. Grayscale: #A0A0A0. Windows color (decimal): -4286090 or 7772606. OLE color: 7772606.

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

Color convert

RGB190153118-
CMYK00.190.380.25
HSL29.17º35.64%60.39%-
HSV(B)29.17º37.89%74.51%-
XYZ35.935.0422.01-
YUV160.07104.26149.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=41.21%
G=33.19%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015311800.190.380.2529.1735.6460.39
HexBE997601326191d243c
Octal2762311660234631354474
Binary101111101001100111101100100111001101100111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9976; }

 p { color: rgb(190,153,118); }

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

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

 a { background-color: rgb(190,153,118); }

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

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

 span { border-color: rgb(190,153,118); }

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