#BE957A

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

Shades of Pale Taupe #BE957A

Tints of Pale Taupe #BE957A

Color information

#BE957A (or 0xBE957A) is unknown color: approx Pale Taupe. HEX triplet: BE, 95 and 7A. RGB value is (190,149,122). Sum of RGB (Red+Green+Blue) = 190+149+122=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE957A is #416A85. Grayscale: #9E9E9E. Windows color (decimal): -4287110 or 8033726. OLE color: 8033726.

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

Color convert

RGB190149122-
CMYK00.220.360.25
HSL23.82º34.34%61.18%-
HSV(B)23.82º35.79%74.51%-
XYZ35.533.8523.07-
YUV158.18107.58150.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=41.21%
G=32.32%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014912200.220.360.2523.8234.3461.18
HexBE957A016241918223d
Octal2762251720264431304275
Binary101111101001010111110100101101001001100111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE957A; }

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

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

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

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

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

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

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

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