#BE9888

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

Shades of Quicksand #BE9888

Tints of Quicksand #BE9888

Color information

#BE9888 (or 0xBE9888) is unknown color: approx Quicksand. HEX triplet: BE, 98 and 88. RGB value is (190,152,136). Sum of RGB (Red+Green+Blue) = 190+152+136=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9888 is #416777. Grayscale: #A1A1A1. Windows color (decimal): -4286328 or 8951998. OLE color: 8951998.

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

Color convert

RGB190152136-
CMYK00.20.280.25
HSL17.78º29.35%63.92%-
HSV(B)17.78º28.42%74.51%-
XYZ36.9135.1828.14-
YUV161.54113.59148.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=39.75%
G=31.80%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015213600.20.280.2517.7829.3563.92
HexBE98880141C19121d40
Octal27623021002434312235100
Binary101111101001100010001000010100111001100110010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9888; }

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

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

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

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

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

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

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

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