#BE937D

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

Shades of Pale Taupe #BE937D

Tints of Pale Taupe #BE937D

Color information

#BE937D (or 0xBE937D) is unknown color: approx Pale Taupe. HEX triplet: BE, 93 and 7D. RGB value is (190,147,125). Sum of RGB (Red+Green+Blue) = 190+147+125=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE937D is #416C82. Grayscale: #9D9D9D. Windows color (decimal): -4287619 or 8229822. OLE color: 8229822.

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

Color convert

RGB190147125-
CMYK00.230.340.25
HSL20.31º33.33%61.76%-
HSV(B)20.31º34.21%74.51%-
XYZ35.3733.323.96-
YUV157.35109.75151.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=41.13%
G=31.82%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014712500.230.340.2520.3133.3361.76
HexBE937D017221914213e
Octal2762231750274231244176
Binary101111101001001111111010101111000101100110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE937D; }

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

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

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

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

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

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

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

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