#BE968D

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

Shades of Quicksand #BE968D

Tints of Quicksand #BE968D

Color information

#BE968D (or 0xBE968D) is unknown color: approx Quicksand. HEX triplet: BE, 96 and 8D. RGB value is (190,150,141). Sum of RGB (Red+Green+Blue) = 190+150+141=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968D is #416972. Grayscale: #A1A1A1. Windows color (decimal): -4286835 or 9279166. OLE color: 9279166.

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

Color convert

RGB190150141-
CMYK00.210.260.25
HSL11.02º27.37%64.9%-
HSV(B)11.02º25.79%74.51%-
XYZ36.9534.6829.95-
YUV160.93116.75148.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=39.50%
G=31.19%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015014100.210.260.2511.0227.3764.9
HexBE968D0151A19b1b41
Octal27622621502532311333101
Binary10111110100101101000110101010111010110011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE968D; }

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

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

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

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

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

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

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

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