#BE9175

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

Shades of Pale Taupe #BE9175

Tints of Pale Taupe #BE9175

Color information

#BE9175 (or 0xBE9175) is unknown color: approx Pale Taupe. HEX triplet: BE, 91 and 75. RGB value is (190,145,117). Sum of RGB (Red+Green+Blue) = 190+145+117=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9175 is #416E8A. Grayscale: #9B9B9B. Windows color (decimal): -4288139 or 7705022. OLE color: 7705022.

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

Color convert

RGB190145117-
CMYK00.240.380.25
HSL23.01º35.96%60.2%-
HSV(B)23.01º38.42%74.51%-
XYZ34.5732.4821.28-
YUV155.26106.41152.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=42.04%
G=32.08%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014511700.240.380.2523.0135.9660.2
HexBE9175018261917243c
Octal2762211650304631274474
Binary101111101001000111101010110001001101100110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9175; }

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

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

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

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

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

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

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

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