#BE9B80

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

Shades of Pale Taupe #BE9B80

Tints of Pale Taupe #BE9B80

Color information

#BE9B80 (or 0xBE9B80) is unknown color: approx Pale Taupe. HEX triplet: BE, 9B and 80. RGB value is (190,155,128). Sum of RGB (Red+Green+Blue) = 190+155+128=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B80 is #41647F. Grayscale: #A2A2A2. Windows color (decimal): -4285568 or 8428478. OLE color: 8428478.

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

Color convert

RGB190155128-
CMYK00.180.330.25
HSL26.13º32.29%62.35%-
HSV(B)26.13º32.63%74.51%-
XYZ36.8535.9525.42-
YUV162.39108.6147.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=40.17%
G=32.77%
B=27.06%

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
Decimal19015512800.180.330.2526.1332.2962.35
HexBE9B8001221191a203e
Octal2762332000224131324076
Binary1011111010011011100000000100101000011100111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B80; }

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

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

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

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

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

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

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

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