#BE9D90

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

Shades of Quicksand #BE9D90

Tints of Quicksand #BE9D90

Color information

#BE9D90 (or 0xBE9D90) is unknown color: approx Quicksand. HEX triplet: BE, 9D and 90. RGB value is (190,157,144). Sum of RGB (Red+Green+Blue) = 190+157+144=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D90 is #41626F. Grayscale: #A5A5A5. Windows color (decimal): -4285040 or 9477566. OLE color: 9477566.

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

Color convert

RGB190157144-
CMYK00.170.240.25
HSL16.96º26.14%65.49%-
HSV(B)16.96º24.21%74.51%-
XYZ38.3337.0731.52-
YUV165.38115.93145.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=38.70%
G=31.98%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015714400.170.240.2516.9626.1465.49
HexBE9D900111819111a41
Octal27623522002130312132101
Binary101111101001110110010000010001110001100110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D90; }

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

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

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

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

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

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

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

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