#BE9677

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

Shades of Pale Taupe #BE9677

Tints of Pale Taupe #BE9677

Color information

#BE9677 (or 0xBE9677) is unknown color: approx Pale Taupe. HEX triplet: BE, 96 and 77. RGB value is (190,150,119). Sum of RGB (Red+Green+Blue) = 190+150+119=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9677 is #416988. Grayscale: #9E9E9E. Windows color (decimal): -4286857 or 7837374. OLE color: 7837374.

HSL color Cylindrical-coordinate representation of color #BE9677: hue angle of 26.2º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9677 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190150119-
CMYK00.210.370.25
HSL26.2º35.32%60.59%-
HSV(B)26.2º37.37%74.51%-
XYZ35.4734.0922.16-
YUV158.43105.75150.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=41.39%
G=32.68%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015011900.210.370.2526.235.3260.59
HexBE967701525191a233d
Octal2762261670254531324375
Binary101111101001011011101110101011001011100111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9677; }

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

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

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

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

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

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

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

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