#BE997B

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

Shades of Pale Taupe #BE997B

Tints of Pale Taupe #BE997B

Color information

#BE997B (or 0xBE997B) is unknown color: approx Pale Taupe. HEX triplet: BE, 99 and 7B. RGB value is (190,153,123). Sum of RGB (Red+Green+Blue) = 190+153+123=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE997B is #416684. Grayscale: #A0A0A0. Windows color (decimal): -4286085 or 8100286. OLE color: 8100286.

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

Color convert

RGB190153123-
CMYK00.190.350.25
HSL26.87º34.01%61.37%-
HSV(B)26.87º35.26%74.51%-
XYZ36.235.1623.62-
YUV160.64106.76148.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=40.77%
G=32.83%
B=26.39%

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
Decimal19015312300.190.350.2526.8734.0161.37
HexBE997B01323191b223d
Octal2762311730234331334275
Binary101111101001100111110110100111000111100111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE997B; }

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

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

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

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

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

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

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

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