#BE9C80

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

Shades of Pale Taupe #BE9C80

Tints of Pale Taupe #BE9C80

Color information

#BE9C80 (or 0xBE9C80) is unknown color: approx Pale Taupe. HEX triplet: BE, 9C and 80. RGB value is (190,156,128). Sum of RGB (Red+Green+Blue) = 190+156+128=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C80 is #41637F. Grayscale: #A3A3A3. Windows color (decimal): -4285312 or 8428734. OLE color: 8428734.

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

Color convert

RGB190156128-
CMYK00.180.330.25
HSL27.1º32.29%62.35%-
HSV(B)27.1º32.63%74.51%-
XYZ37.0236.2825.47-
YUV162.97108.26147.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=40.08%
G=32.91%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015612800.180.330.2527.132.2962.35
HexBE9C8001221191b203e
Octal2762342000224131334076
Binary1011111010011100100000000100101000011100111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C80; }

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

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

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

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

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

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

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

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