#BE9E7E

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

Shades of Pale Taupe #BE9E7E

Tints of Pale Taupe #BE9E7E

Color information

#BE9E7E (or 0xBE9E7E) is unknown color: approx Pale Taupe. HEX triplet: BE, 9E and 7E. RGB value is (190,158,126). Sum of RGB (Red+Green+Blue) = 190+158+126=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E7E is #416181. Grayscale: #A4A4A4. Windows color (decimal): -4284802 or 8298174. OLE color: 8298174.

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

Color convert

RGB190158126-
CMYK00.170.340.25
HSL30º32.99%61.96%-
HSV(B)30º33.68%74.51%-
XYZ37.2336.9124.9-
YUV163.92106.6146.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=40.08%
G=33.33%
B=26.58%

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
Decimal19015812600.170.340.253032.9961.96
HexBE9E7E01122191e213e
Octal2762361760214231364176
Binary101111101001111011111100100011000101100111110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E7E; }

 p { color: rgb(190,158,126); }

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

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

 a { background-color: rgb(190,158,126); }

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

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

 span { border-color: rgb(190,158,126); }

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