#BE9377

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

Shades of Pale Taupe #BE9377

Tints of Pale Taupe #BE9377

Color information

#BE9377 (or 0xBE9377) is unknown color: approx Pale Taupe. HEX triplet: BE, 93 and 77. RGB value is (190,147,119). Sum of RGB (Red+Green+Blue) = 190+147+119=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9377 is #416C88. Grayscale: #9C9C9C. Windows color (decimal): -4287625 or 7836606. OLE color: 7836606.

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

Color convert

RGB190147119-
CMYK00.230.370.25
HSL23.66º35.32%60.59%-
HSV(B)23.66º37.37%74.51%-
XYZ3533.1522.01-
YUV156.66106.75151.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=41.67%
G=32.24%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014711900.230.370.2523.6635.3260.59
HexBE9377017251918233d
Octal2762231670274531304375
Binary101111101001001111101110101111001011100111000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9377; }

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

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

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

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

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

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

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

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