#BE9B7C

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

Shades of Pale Taupe #BE9B7C

Tints of Pale Taupe #BE9B7C

Color information

#BE9B7C (or 0xBE9B7C) is unknown color: approx Pale Taupe. HEX triplet: BE, 9B and 7C. RGB value is (190,155,124). Sum of RGB (Red+Green+Blue) = 190+155+124=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B7C is #416483. Grayscale: #A2A2A2. Windows color (decimal): -4285572 or 8166334. OLE color: 8166334.

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

Color convert

RGB190155124-
CMYK00.180.350.25
HSL28.18º33.67%61.57%-
HSV(B)28.18º34.74%74.51%-
XYZ36.5935.8524.06-
YUV161.93106.6148.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=40.51%
G=33.05%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015512400.180.350.2528.1833.6761.57
HexBE9B7C01223191c223e
Octal2762331740224331344276
Binary101111101001101111111000100101000111100111100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B7C; }

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

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

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

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

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

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

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

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