#BE9776

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

Shades of Pale Taupe #BE9776

Tints of Pale Taupe #BE9776

Color information

#BE9776 (or 0xBE9776) is unknown color: approx Pale Taupe. HEX triplet: BE, 97 and 76. RGB value is (190,151,118). Sum of RGB (Red+Green+Blue) = 190+151+118=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9776 is #416889. Grayscale: #9F9F9F. Windows color (decimal): -4286602 or 7772094. OLE color: 7772094.

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

Color convert

RGB190151118-
CMYK00.210.380.25
HSL27.5º35.64%60.39%-
HSV(B)27.5º37.89%74.51%-
XYZ35.5734.3921.9-
YUV158.9104.92150.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=41.39%
G=32.90%
B=25.71%

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
Decimal19015111800.210.380.2527.535.6460.39
HexBE977601526191c243c
Octal2762271660254631344474
Binary101111101001011111101100101011001101100111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9776; }

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

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

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

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

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

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

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

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