#BE998A

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

Shades of Quicksand #BE998A

Tints of Quicksand #BE998A

Color information

#BE998A (or 0xBE998A) is unknown color: approx Quicksand. HEX triplet: BE, 99 and 8A. RGB value is (190,153,138). Sum of RGB (Red+Green+Blue) = 190+153+138=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE998A is #416675. Grayscale: #A2A2A2. Windows color (decimal): -4286070 or 9083326. OLE color: 9083326.

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

Color convert

RGB190153138-
CMYK00.190.270.25
HSL17.31º28.57%64.31%-
HSV(B)17.31º27.37%74.51%-
XYZ37.2135.5628.95-
YUV162.35114.26147.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=39.50%
G=31.81%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015313800.190.270.2517.3128.5764.31
HexBE998A0131B19111d40
Octal27623121202333312135100
Binary101111101001100110001010010011110111100110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE998A; }

 p { color: rgb(190,153,138); }

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

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

 a { background-color: rgb(190,153,138); }

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

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

 span { border-color: rgb(190,153,138); }

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