#BE9F96

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

Shades of Quicksand #BE9F96

Tints of Quicksand #BE9F96

Color information

#BE9F96 (or 0xBE9F96) is unknown color: approx Quicksand. HEX triplet: BE, 9F and 96. RGB value is (190,159,150). Sum of RGB (Red+Green+Blue) = 190+159+150=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F96 is #416069. Grayscale: #A7A7A7. Windows color (decimal): -4284522 or 9871294. OLE color: 9871294.

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

Color convert

RGB190159150-
CMYK00.160.210.25
HSL13.5º23.53%66.67%-
HSV(B)13.5º21.05%74.51%-
XYZ39.1437.9534.12-
YUV167.24118.27144.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=38.08%
G=31.86%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015915000.160.210.2513.523.5366.67
HexBE9F960101519e1843
Octal27623722602025311630103
Binary10111110100111111001011001000010101110011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F96; }

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

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

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

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

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

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

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

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