#BE998E

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

Shades of Quicksand #BE998E

Tints of Quicksand #BE998E

Color information

#BE998E (or 0xBE998E) is unknown color: approx Quicksand. HEX triplet: BE, 99 and 8E. RGB value is (190,153,142). Sum of RGB (Red+Green+Blue) = 190+153+142=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE998E is #416671. Grayscale: #A2A2A2. Windows color (decimal): -4286066 or 9345470. OLE color: 9345470.

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

Color convert

RGB190153142-
CMYK00.190.250.25
HSL13.75º26.97%65.1%-
HSV(B)13.75º25.26%74.51%-
XYZ37.5135.6830.5-
YUV162.81116.26147.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=39.18%
G=31.55%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015314200.190.250.2513.7526.9765.1
HexBE998E0131919e1b41
Octal27623121602331311633101
Binary10111110100110011000111001001111001110011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE998E; }

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

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

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

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

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

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

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

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