#BE9685

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

Shades of Quicksand #BE9685

Tints of Quicksand #BE9685

Color information

#BE9685 (or 0xBE9685) is unknown color: approx Quicksand. HEX triplet: BE, 96 and 85. RGB value is (190,150,133). Sum of RGB (Red+Green+Blue) = 190+150+133=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9685 is #41697A. Grayscale: #A0A0A0. Windows color (decimal): -4286843 or 8754878. OLE color: 8754878.

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

Color convert

RGB190150133-
CMYK00.210.30.25
HSL17.89º30.48%63.33%-
HSV(B)17.89º30%74.51%-
XYZ36.3834.4526.92-
YUV160.02112.75149.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=40.17%
G=31.71%
B=28.12%

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
Decimal19015013300.210.30.2517.8930.4863.33
HexBE96850151E19121e3f
Octal2762262050253631223677
Binary10111110100101101000010101010111110110011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9685; }

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

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

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

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

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

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

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

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