#BE9575

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

Shades of Pale Taupe #BE9575

Tints of Pale Taupe #BE9575

Color information

#BE9575 (or 0xBE9575) is unknown color: approx Pale Taupe. HEX triplet: BE, 95 and 75. RGB value is (190,149,117). Sum of RGB (Red+Green+Blue) = 190+149+117=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9575 is #416A8A. Grayscale: #9D9D9D. Windows color (decimal): -4287115 or 7706046. OLE color: 7706046.

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

Color convert

RGB190149117-
CMYK00.220.380.25
HSL26.3º35.96%60.2%-
HSV(B)26.3º38.42%74.51%-
XYZ35.1933.7321.48-
YUV157.61105.08151.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=41.67%
G=32.68%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014911700.220.380.2526.335.9660.2
HexBE957501626191a243c
Octal2762251650264631324474
Binary101111101001010111101010101101001101100111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9575; }

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

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

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

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

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

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

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

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