#BE9875

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

Shades of Pale Taupe #BE9875

Tints of Pale Taupe #BE9875

Color information

#BE9875 (or 0xBE9875) is unknown color: approx Pale Taupe. HEX triplet: BE, 98 and 75. RGB value is (190,152,117). Sum of RGB (Red+Green+Blue) = 190+152+117=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9875 is #41678A. Grayscale: #9F9F9F. Windows color (decimal): -4286347 or 7706814. OLE color: 7706814.

HSL color Cylindrical-coordinate representation of color #BE9875: hue angle of 28.77º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9875 is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190152117-
CMYK00.20.380.25
HSL28.77º35.96%60.2%-
HSV(B)28.77º38.42%74.51%-
XYZ35.6734.6921.64-
YUV159.37104.09149.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=41.39%
G=33.12%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015211700.20.380.2528.7735.9660.2
HexBE987501426191d243c
Octal2762301650244631354474
Binary101111101001100011101010101001001101100111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9875; }

 p { color: rgb(190,152,117); }

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

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

 a { background-color: rgb(190,152,117); }

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

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

 span { border-color: rgb(190,152,117); }

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