#BE997C

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

Shades of Pale Taupe #BE997C

Tints of Pale Taupe #BE997C

Color information

#BE997C (or 0xBE997C) is unknown color: approx Pale Taupe. HEX triplet: BE, 99 and 7C. RGB value is (190,153,124). Sum of RGB (Red+Green+Blue) = 190+153+124=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE997C is #416683. Grayscale: #A0A0A0. Windows color (decimal): -4286084 or 8165822. OLE color: 8165822.

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

Color convert

RGB190153124-
CMYK00.190.350.25
HSL26.36º33.67%61.57%-
HSV(B)26.36º34.74%74.51%-
XYZ36.2635.1823.95-
YUV160.76107.26148.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=40.69%
G=32.76%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015312400.190.350.2526.3633.6761.57
HexBE997C01323191a223e
Octal2762311740234331324276
Binary101111101001100111111000100111000111100111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE997C; }

 p { color: rgb(190,153,124); }

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

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

 a { background-color: rgb(190,153,124); }

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

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

 span { border-color: rgb(190,153,124); }

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