#BE9C8E

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

Shades of Quicksand #BE9C8E

Tints of Quicksand #BE9C8E

Color information

#BE9C8E (or 0xBE9C8E) is unknown color: approx Quicksand. HEX triplet: BE, 9C and 8E. RGB value is (190,156,142). Sum of RGB (Red+Green+Blue) = 190+156+142=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C8E is #416371. Grayscale: #A4A4A4. Windows color (decimal): -4285298 or 9346238. OLE color: 9346238.

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

Color convert

RGB190156142-
CMYK00.180.250.25
HSL17.5º26.97%65.1%-
HSV(B)17.5º25.26%74.51%-
XYZ38.0136.6830.67-
YUV164.57115.26146.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=38.93%
G=31.97%
B=29.10%

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
Decimal19015614200.180.250.2517.526.9765.1
HexBE9C8E0121919121b41
Octal27623421602231312233101
Binary101111101001110010001110010010110011100110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C8E; }

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

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

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

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

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

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

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

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