#BE9D84

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

Shades of Pale Taupe #BE9D84

Tints of Pale Taupe #BE9D84

Color information

#BE9D84 (or 0xBE9D84) is unknown color: approx Pale Taupe. HEX triplet: BE, 9D and 84. RGB value is (190,157,132). Sum of RGB (Red+Green+Blue) = 190+157+132=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D84 is #41627B. Grayscale: #A4A4A4. Windows color (decimal): -4285052 or 8691134. OLE color: 8691134.

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

Color convert

RGB190157132-
CMYK00.170.310.25
HSL25.86º30.85%63.14%-
HSV(B)25.86º30.53%74.51%-
XYZ37.4636.7326.94-
YUV164.02109.93146.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=39.67%
G=32.78%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015713200.170.310.2525.8630.8563.14
HexBE9D840111F191a1f3f
Octal2762352040213731323777
Binary10111110100111011000010001000111111110011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D84; }

 p { color: rgb(190,157,132); }

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

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

 a { background-color: rgb(190,157,132); }

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

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

 span { border-color: rgb(190,157,132); }

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