#BE9684

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

Shades of Quicksand #BE9684

Tints of Quicksand #BE9684

Color information

#BE9684 (or 0xBE9684) is unknown color: approx Quicksand. HEX triplet: BE, 96 and 84. RGB value is (190,150,132). Sum of RGB (Red+Green+Blue) = 190+150+132=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9684 is #41697B. Grayscale: #A0A0A0. Windows color (decimal): -4286844 or 8689342. OLE color: 8689342.

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

Color convert

RGB190150132-
CMYK00.210.310.25
HSL18.62º30.85%63.14%-
HSV(B)18.62º30.53%74.51%-
XYZ36.3134.4326.56-
YUV159.91112.25149.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=40.25%
G=31.78%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015013200.210.310.2518.6230.8563.14
HexBE96840151F19131f3f
Octal2762262040253731233777
Binary10111110100101101000010001010111111110011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9684; }

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

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

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

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

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

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

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

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