#BE9780

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

Shades of Pale Taupe #BE9780

Tints of Pale Taupe #BE9780

Color information

#BE9780 (or 0xBE9780) is unknown color: approx Pale Taupe. HEX triplet: BE, 97 and 80. RGB value is (190,151,128). Sum of RGB (Red+Green+Blue) = 190+151+128=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9780 is #41687F. Grayscale: #A0A0A0. Windows color (decimal): -4286592 or 8427454. OLE color: 8427454.

HSL color Cylindrical-coordinate representation of color #BE9780: hue angle of 22.26º degrees, saturation: 0.32, 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 #BE9780 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190151128-
CMYK00.210.330.25
HSL22.26º32.29%62.35%-
HSV(B)22.26º32.63%74.51%-
XYZ36.234.6425.2-
YUV160.04109.92149.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=40.51%
G=32.20%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015112800.210.330.2522.2632.2962.35
HexBE9780015211916203e
Octal2762272000254131264076
Binary1011111010010111100000000101011000011100110110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9780; }

 p { color: rgb(190,151,128); }

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

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

 a { background-color: rgb(190,151,128); }

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

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

 span { border-color: rgb(190,151,128); }

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