#BE9675

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

Shades of Pale Taupe #BE9675

Tints of Pale Taupe #BE9675

Color information

#BE9675 (or 0xBE9675) is unknown color: approx Pale Taupe. HEX triplet: BE, 96 and 75. RGB value is (190,150,117). Sum of RGB (Red+Green+Blue) = 190+150+117=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9675 is #41698A. Grayscale: #9E9E9E. Windows color (decimal): -4286859 or 7706302. OLE color: 7706302.

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

Color convert

RGB190150117-
CMYK00.210.380.25
HSL27.12º35.96%60.2%-
HSV(B)27.12º38.42%74.51%-
XYZ35.3534.0421.54-
YUV158.2104.75150.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=41.58%
G=32.82%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015011700.210.380.2527.1235.9660.2
HexBE967501526191b243c
Octal2762261650254631334474
Binary101111101001011011101010101011001101100111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9675; }

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

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

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

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

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

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

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

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