#BE9E96

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

Shades of Quicksand #BE9E96

Tints of Quicksand #BE9E96

Color information

#BE9E96 (or 0xBE9E96) is unknown color: approx Quicksand. HEX triplet: BE, 9E and 96. RGB value is (190,158,150). Sum of RGB (Red+Green+Blue) = 190+158+150=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E96 is #416169. Grayscale: #A6A6A6. Windows color (decimal): -4284778 or 9871038. OLE color: 9871038.

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

Color convert

RGB190158150-
CMYK00.170.210.25
HSL12º23.53%66.67%-
HSV(B)12º21.05%74.51%-
XYZ38.9737.634.06-
YUV166.66118.6144.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=38.15%
G=31.73%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015815000.170.210.251223.5366.67
HexBE9E960111519c1843
Octal27623622602125311430103
Binary10111110100111101001011001000110101110011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E96; }

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

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

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

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

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

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

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

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