#BE968E

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

Shades of Quicksand #BE968E

Tints of Quicksand #BE968E

Color information

#BE968E (or 0xBE968E) is unknown color: approx Quicksand. HEX triplet: BE, 96 and 8E. RGB value is (190,150,142). Sum of RGB (Red+Green+Blue) = 190+150+142=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968E is #416971. Grayscale: #A1A1A1. Windows color (decimal): -4286834 or 9344702. OLE color: 9344702.

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

Color convert

RGB190150142-
CMYK00.210.250.25
HSL10º26.97%65.1%-
HSV(B)10º25.26%74.51%-
XYZ37.0234.7130.34-
YUV161.05117.25148.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=39.42%
G=31.12%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015014200.210.250.251026.9765.1
HexBE968E0151919a1b41
Octal27622621602531311233101
Binary10111110100101101000111001010111001110011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE968E; }

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

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

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

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

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

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

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

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