#BE9C8F

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

Shades of Quicksand #BE9C8F

Tints of Quicksand #BE9C8F

Color information

#BE9C8F (or 0xBE9C8F) is unknown color: approx Quicksand. HEX triplet: BE, 9C and 8F. RGB value is (190,156,143). Sum of RGB (Red+Green+Blue) = 190+156+143=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C8F is #416370. Grayscale: #A4A4A4. Windows color (decimal): -4285297 or 9411774. OLE color: 9411774.

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

Color convert

RGB190156143-
CMYK00.180.250.25
HSL16.6º26.55%65.29%-
HSV(B)16.6º24.74%74.51%-
XYZ38.0836.7131.06-
YUV164.68115.76146.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=38.85%
G=31.90%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015614300.180.250.2516.626.5565.29
HexBE9C8F0121919111b41
Octal27623421702231312133101
Binary101111101001110010001111010010110011100110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C8F; }

 p { color: rgb(190,156,143); }

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

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

 a { background-color: rgb(190,156,143); }

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

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

 span { border-color: rgb(190,156,143); }

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