#BE9F7F

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

Shades of Pale Taupe #BE9F7F

Tints of Pale Taupe #BE9F7F

Color information

#BE9F7F (or 0xBE9F7F) is unknown color: approx Pale Taupe. HEX triplet: BE, 9F and 7F. RGB value is (190,159,127). Sum of RGB (Red+Green+Blue) = 190+159+127=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F7F is #416080. Grayscale: #A4A4A4. Windows color (decimal): -4284545 or 8363966. OLE color: 8363966.

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

Color convert

RGB190159127-
CMYK00.160.330.25
HSL30.48º32.64%62.16%-
HSV(B)30.48º33.16%74.51%-
XYZ37.4637.2825.3-
YUV164.62106.77146.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 127 (50% from 255) = 26.68%
R=39.92%
G=33.40%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015912700.160.330.2530.4832.6462.16
HexBE9F7F01021191e213e
Octal2762371770204131364176
Binary101111101001111111111110100001000011100111110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F7F; }

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

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

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

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

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

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

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

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