#BE9A8D

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

Shades of Quicksand #BE9A8D

Tints of Quicksand #BE9A8D

Color information

#BE9A8D (or 0xBE9A8D) is unknown color: approx Quicksand. HEX triplet: BE, 9A and 8D. RGB value is (190,154,141). Sum of RGB (Red+Green+Blue) = 190+154+141=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A8D is #416572. Grayscale: #A3A3A3. Windows color (decimal): -4285811 or 9280190. OLE color: 9280190.

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

Color convert

RGB190154141-
CMYK00.190.260.25
HSL15.92º27.37%64.9%-
HSV(B)15.92º25.79%74.51%-
XYZ37.635.9830.16-
YUV163.28115.43147.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=39.18%
G=31.75%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015414100.190.260.2515.9227.3764.9
HexBE9A8D0131A19101b41
Octal27623221502332312033101
Binary101111101001101010001101010011110101100110000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A8D; }

 p { color: rgb(190,154,141); }

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

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

 a { background-color: rgb(190,154,141); }

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

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

 span { border-color: rgb(190,154,141); }

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