#BE988C

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

Shades of Quicksand #BE988C

Tints of Quicksand #BE988C

Color information

#BE988C (or 0xBE988C) is unknown color: approx Quicksand. HEX triplet: BE, 98 and 8C. RGB value is (190,152,140). Sum of RGB (Red+Green+Blue) = 190+152+140=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE988C is #416773. Grayscale: #A2A2A2. Windows color (decimal): -4286324 or 9214142. OLE color: 9214142.

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

Color convert

RGB190152140-
CMYK00.20.260.25
HSL14.4º27.78%64.71%-
HSV(B)14.4º26.32%74.51%-
XYZ37.235.329.66-
YUV161.99115.59147.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=39.42%
G=31.54%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015214000.20.260.2514.427.7864.71
HexBE988C0141A19e1c41
Octal27623021402432311634101
Binary10111110100110001000110001010011010110011110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE988C; }

 p { color: rgb(190,152,140); }

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

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

 a { background-color: rgb(190,152,140); }

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

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

 span { border-color: rgb(190,152,140); }

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