#BE998D

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

Shades of Quicksand #BE998D

Tints of Quicksand #BE998D

Color information

#BE998D (or 0xBE998D) is unknown color: approx Quicksand. HEX triplet: BE, 99 and 8D. RGB value is (190,153,141). Sum of RGB (Red+Green+Blue) = 190+153+141=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE998D is #416672. Grayscale: #A2A2A2. Windows color (decimal): -4286067 or 9279934. OLE color: 9279934.

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

Color convert

RGB190153141-
CMYK00.190.260.25
HSL14.69º27.37%64.9%-
HSV(B)14.69º25.79%74.51%-
XYZ37.4335.6530.11-
YUV162.7115.76147.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=39.26%
G=31.61%
B=29.13%

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
Decimal19015314100.190.260.2514.6927.3764.9
HexBE998D0131A19f1b41
Octal27623121502332311733101
Binary10111110100110011000110101001111010110011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE998D; }

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

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

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

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

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

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

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

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