#BE9892

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

Shades of Quicksand #BE9892

Tints of Quicksand #BE9892

Color information

#BE9892 (or 0xBE9892) is unknown color: approx Quicksand. HEX triplet: BE, 98 and 92. RGB value is (190,152,146). Sum of RGB (Red+Green+Blue) = 190+152+146=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9892 is #41676D. Grayscale: #A2A2A2. Windows color (decimal): -4286318 or 9607358. OLE color: 9607358.

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

Color convert

RGB190152146-
CMYK00.20.230.25
HSL8.18º25.29%65.88%-
HSV(B)8.18º23.16%74.51%-
XYZ37.6535.4832.06-
YUV162.68118.59147.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=38.93%
G=31.15%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015214600.20.230.258.1825.2965.88
HexBE9892014171981942
Octal27623022202427311031102
Binary10111110100110001001001001010010111110011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9892; }

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

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

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

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

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

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

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

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