#BE9985

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

Shades of Pale Taupe #BE9985

Tints of Pale Taupe #BE9985

Color information

#BE9985 (or 0xBE9985) is unknown color: approx Pale Taupe. HEX triplet: BE, 99 and 85. RGB value is (190,153,133). Sum of RGB (Red+Green+Blue) = 190+153+133=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9985 is #41667A. Grayscale: #A1A1A1. Windows color (decimal): -4286075 or 8755646. OLE color: 8755646.

HSL color Cylindrical-coordinate representation of color #BE9985: hue angle of 21.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9985 is Cyan = 0, Magento = 0.19, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB190153133-
CMYK00.190.30.25
HSL21.05º30.48%63.33%-
HSV(B)21.05º30%74.51%-
XYZ36.8635.4227.08-
YUV161.78111.76148.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=39.92%
G=32.14%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015313300.190.30.2521.0530.4863.33
HexBE99850131E19151e3f
Octal2762312050233631253677
Binary10111110100110011000010101001111110110011010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9985; }

 p { color: rgb(190,153,133); }

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

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

 a { background-color: rgb(190,153,133); }

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

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

 span { border-color: rgb(190,153,133); }

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