#BE9889

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

Shades of Quicksand #BE9889

Tints of Quicksand #BE9889

Color information

#BE9889 (or 0xBE9889) is unknown color: approx Quicksand. HEX triplet: BE, 98 and 89. RGB value is (190,152,137). Sum of RGB (Red+Green+Blue) = 190+152+137=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9889 is #416776. Grayscale: #A1A1A1. Windows color (decimal): -4286327 or 9017534. OLE color: 9017534.

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

Color convert

RGB190152137-
CMYK00.20.280.25
HSL16.98º28.96%64.12%-
HSV(B)16.98º27.89%74.51%-
XYZ36.9835.2128.51-
YUV161.65114.09148.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=39.67%
G=31.73%
B=28.60%

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
Decimal19015213700.20.280.2516.9828.9664.12
HexBE98890141C19111d40
Octal27623021102434312135100
Binary101111101001100010001001010100111001100110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9889; }

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

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

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

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

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

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

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

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