#BE9990

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

Shades of Quicksand #BE9990

Tints of Quicksand #BE9990

Color information

#BE9990 (or 0xBE9990) is unknown color: approx Quicksand. HEX triplet: BE, 99 and 90. RGB value is (190,153,144). Sum of RGB (Red+Green+Blue) = 190+153+144=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9990 is #41666F. Grayscale: #A3A3A3. Windows color (decimal): -4286064 or 9476542. OLE color: 9476542.

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

Color convert

RGB190153144-
CMYK00.190.240.25
HSL11.74º26.14%65.49%-
HSV(B)11.74º24.21%74.51%-
XYZ37.6635.7431.3-
YUV163.04117.26147.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=39.01%
G=31.42%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015314400.190.240.2511.7426.1465.49
HexBE99900131819c1a41
Octal27623122002330311432101
Binary10111110100110011001000001001111000110011100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9990; }

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

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

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

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

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

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

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

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