#BE917C

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

Shades of Pale Taupe #BE917C

Tints of Pale Taupe #BE917C

Color information

#BE917C (or 0xBE917C) is unknown color: approx Pale Taupe. HEX triplet: BE, 91 and 7C. RGB value is (190,145,124). Sum of RGB (Red+Green+Blue) = 190+145+124=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE917C is #416E83. Grayscale: #9C9C9C. Windows color (decimal): -4288132 or 8163774. OLE color: 8163774.

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

Color convert

RGB190145124-
CMYK00.240.350.25
HSL19.09º33.67%61.57%-
HSV(B)19.09º34.74%74.51%-
XYZ3532.6523.53-
YUV156.06109.91152.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=41.39%
G=31.59%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014512400.240.350.2519.0933.6761.57
HexBE917C018231913223e
Octal2762211740304331234276
Binary101111101001000111111000110001000111100110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE917C; }

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

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

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

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

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

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

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

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