#BE9385

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

Shades of Quicksand #BE9385

Tints of Quicksand #BE9385

Color information

#BE9385 (or 0xBE9385) is unknown color: approx Quicksand. HEX triplet: BE, 93 and 85. RGB value is (190,147,133). Sum of RGB (Red+Green+Blue) = 190+147+133=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9385 is #416C7A. Grayscale: #9E9E9E. Windows color (decimal): -4287611 or 8754110. OLE color: 8754110.

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

Color convert

RGB190147133-
CMYK00.230.30.25
HSL14.74º30.48%63.33%-
HSV(B)14.74º30%74.51%-
XYZ35.933.5126.77-
YUV158.26113.75150.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=40.43%
G=31.28%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014713300.230.30.2514.7430.4863.33
HexBE93850171E19f1e3f
Octal2762232050273631173677
Binary1011111010010011100001010101111111011001111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9385; }

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

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

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

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

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

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

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

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