#BE957B

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

Shades of Pale Taupe #BE957B

Tints of Pale Taupe #BE957B

Color information

#BE957B (or 0xBE957B) is unknown color: approx Pale Taupe. HEX triplet: BE, 95 and 7B. RGB value is (190,149,123). Sum of RGB (Red+Green+Blue) = 190+149+123=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE957B is #416A84. Grayscale: #9E9E9E. Windows color (decimal): -4287109 or 8099262. OLE color: 8099262.

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

Color convert

RGB190149123-
CMYK00.220.350.25
HSL23.28º34.01%61.37%-
HSV(B)23.28º35.26%74.51%-
XYZ35.5633.8723.4-
YUV158.29108.08150.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=41.13%
G=32.25%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014912300.220.350.2523.2834.0161.37
HexBE957B016231917223d
Octal2762251730264331274275
Binary101111101001010111110110101101000111100110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE957B; }

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

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

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

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

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

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

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

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