#BE9785

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

Shades of Quicksand #BE9785

Tints of Quicksand #BE9785

Color information

#BE9785 (or 0xBE9785) is unknown color: approx Quicksand. HEX triplet: BE, 97 and 85. RGB value is (190,151,133). Sum of RGB (Red+Green+Blue) = 190+151+133=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9785 is #41687A. Grayscale: #A0A0A0. Windows color (decimal): -4286587 or 8755134. OLE color: 8755134.

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

Color convert

RGB190151133-
CMYK00.210.30.25
HSL18.95º30.48%63.33%-
HSV(B)18.95º30%74.51%-
XYZ36.5434.7726.98-
YUV160.61112.42148.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=40.08%
G=31.86%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015113300.210.30.2518.9530.4863.33
HexBE97850151E19131e3f
Octal2762272050253631233677
Binary10111110100101111000010101010111110110011001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9785; }

 p { color: rgb(190,151,133); }

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

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

 a { background-color: rgb(190,151,133); }

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

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

 span { border-color: rgb(190,151,133); }

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