#BE9D7D

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

Shades of Pale Taupe #BE9D7D

Tints of Pale Taupe #BE9D7D

Color information

#BE9D7D (or 0xBE9D7D) is unknown color: approx Pale Taupe. HEX triplet: BE, 9D and 7D. RGB value is (190,157,125). Sum of RGB (Red+Green+Blue) = 190+157+125=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D7D is #416282. Grayscale: #A3A3A3. Windows color (decimal): -4285059 or 8232382. OLE color: 8232382.

HSL color Cylindrical-coordinate representation of color #BE9D7D: hue angle of 29.54º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE9D7D is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190157125-
CMYK00.170.340.25
HSL29.54º33.33%61.76%-
HSV(B)29.54º34.21%74.51%-
XYZ36.9936.5424.51-
YUV163.22106.43147.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=40.25%
G=33.26%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015712500.170.340.2529.5433.3361.76
HexBE9D7D01122191e213e
Octal2762351750214231364176
Binary101111101001110111111010100011000101100111110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D7D; }

 p { color: rgb(190,157,125); }

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

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

 a { background-color: rgb(190,157,125); }

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

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

 span { border-color: rgb(190,157,125); }

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