#BE9880

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

Shades of Pale Taupe #BE9880

Tints of Pale Taupe #BE9880

Color information

#BE9880 (or 0xBE9880) is unknown color: approx Pale Taupe. HEX triplet: BE, 98 and 80. RGB value is (190,152,128). Sum of RGB (Red+Green+Blue) = 190+152+128=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9880 is #41677F. Grayscale: #A0A0A0. Windows color (decimal): -4286336 or 8427710. OLE color: 8427710.

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

Color convert

RGB190152128-
CMYK00.20.330.25
HSL23.23º32.29%62.35%-
HSV(B)23.23º32.63%74.51%-
XYZ36.3634.9625.25-
YUV160.63109.59148.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=40.43%
G=32.34%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015212800.20.330.2523.2332.2962.35
HexBE9880014211917203e
Octal2762302000244131274076
Binary1011111010011000100000000101001000011100110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9880; }

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

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

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

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

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

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

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

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