#BE9F7A

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

Shades of Pale Taupe #BE9F7A

Tints of Pale Taupe #BE9F7A

Color information

#BE9F7A (or 0xBE9F7A) is unknown color: approx Pale Taupe. HEX triplet: BE, 9F and 7A. RGB value is (190,159,122). Sum of RGB (Red+Green+Blue) = 190+159+122=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F7A is #416085. Grayscale: #A4A4A4. Windows color (decimal): -4284550 or 8036286. OLE color: 8036286.

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

Color convert

RGB190159122-
CMYK00.160.360.25
HSL32.65º34.34%61.18%-
HSV(B)32.65º35.79%74.51%-
XYZ37.1537.1523.62-
YUV164.05104.27146.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=40.34%
G=33.76%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015912200.160.360.2532.6534.3461.18
HexBE9F7A010241921223d
Octal2762371720204431414275
Binary1011111010011111111101001000010010011001100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F7A; }

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

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

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

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

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

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

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

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