#BEA17A

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

Shades of Pale Taupe #BEA17A

Tints of Pale Taupe #BEA17A

Color information

#BEA17A (or 0xBEA17A) is unknown color: approx Pale Taupe. HEX triplet: BE, A1 and 7A. RGB value is (190,161,122). Sum of RGB (Red+Green+Blue) = 190+161+122=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA17A is #415E85. Grayscale: #A5A5A5. Windows color (decimal): -4284038 or 8036798. OLE color: 8036798.

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

Color convert

RGB190161122-
CMYK00.150.360.25
HSL34.41º34.34%61.18%-
HSV(B)34.41º35.79%74.51%-
XYZ37.4937.8423.74-
YUV165.22103.61145.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=40.17%
G=34.04%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016112200.150.360.2534.4134.3461.18
HexBEA17A0F241922223d
Octal2762411720174431424275
Binary101111101010000111110100111110010011001100010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA17A; }

 p { color: rgb(190,161,122); }

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

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

 a { background-color: rgb(190,161,122); }

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

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

 span { border-color: rgb(190,161,122); }

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