#BE9577

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

Shades of Pale Taupe #BE9577

Tints of Pale Taupe #BE9577

Color information

#BE9577 (or 0xBE9577) is unknown color: approx Pale Taupe. HEX triplet: BE, 95 and 77. RGB value is (190,149,119). Sum of RGB (Red+Green+Blue) = 190+149+119=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9577 is #416A88. Grayscale: #9E9E9E. Windows color (decimal): -4287113 or 7837118. OLE color: 7837118.

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

Color convert

RGB190149119-
CMYK00.220.370.25
HSL25.35º35.32%60.59%-
HSV(B)25.35º37.37%74.51%-
XYZ35.3133.7722.11-
YUV157.84106.08150.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=41.48%
G=32.53%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014911900.220.370.2525.3535.3260.59
HexBE9577016251919233d
Octal2762251670264531314375
Binary101111101001010111101110101101001011100111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9577; }

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

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

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

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

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

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

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

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