#BE9676

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

Shades of Pale Taupe #BE9676

Tints of Pale Taupe #BE9676

Color information

#BE9676 (or 0xBE9676) is unknown color: approx Pale Taupe. HEX triplet: BE, 96 and 76. RGB value is (190,150,118). Sum of RGB (Red+Green+Blue) = 190+150+118=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9676 is #416989. Grayscale: #9E9E9E. Windows color (decimal): -4286858 or 7771838. OLE color: 7771838.

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

Color convert

RGB190150118-
CMYK00.210.380.25
HSL26.67º35.64%60.39%-
HSV(B)26.67º37.89%74.51%-
XYZ35.4134.0721.85-
YUV158.31105.25150.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=41.48%
G=32.75%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015011800.210.380.2526.6735.6460.39
HexBE967601526191b243c
Octal2762261660254631334474
Binary101111101001011011101100101011001101100111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9676; }

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

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

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

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

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

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

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

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