#BE9F7B

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

Shades of Pale Taupe #BE9F7B

Tints of Pale Taupe #BE9F7B

Color information

#BE9F7B (or 0xBE9F7B) is unknown color: approx Pale Taupe. HEX triplet: BE, 9F and 7B. RGB value is (190,159,123). Sum of RGB (Red+Green+Blue) = 190+159+123=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F7B is #416084. Grayscale: #A4A4A4. Windows color (decimal): -4284549 or 8101822. OLE color: 8101822.

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

Color convert

RGB190159123-
CMYK00.160.350.25
HSL32.24º34.01%61.37%-
HSV(B)32.24º35.26%74.51%-
XYZ37.2137.1723.95-
YUV164.16104.77146.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=40.25%
G=33.69%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015912300.160.350.2532.2434.0161.37
HexBE9F7B010231920223d
Octal2762371730204331404275
Binary1011111010011111111101101000010001111001100000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F7B; }

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

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

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

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

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

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

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

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