#BE9C98

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

Shades of Quicksand #BE9C98

Tints of Quicksand #BE9C98

Color information

#BE9C98 (or 0xBE9C98) is unknown color: approx Quicksand. HEX triplet: BE, 9C and 98. RGB value is (190,156,152). Sum of RGB (Red+Green+Blue) = 190+156+152=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C98 is #416367. Grayscale: #A5A5A5. Windows color (decimal): -4285288 or 10001598. OLE color: 10001598.

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

Color convert

RGB190156152-
CMYK00.180.20.25
HSL6.32º22.62%67.06%-
HSV(B)6.32º20%74.51%-
XYZ38.7936.9934.8-
YUV165.71120.26145.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=38.15%
G=31.33%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015615200.180.20.256.3222.6267.06
HexBE9C98012141961743
Octal2762342300222431627103
Binary1011111010011100100110000100101010011001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C98; }

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

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

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

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

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

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

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

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