#BE9484

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

Shades of Quicksand #BE9484

Tints of Quicksand #BE9484

Color information

#BE9484 (or 0xBE9484) is unknown color: approx Quicksand. HEX triplet: BE, 94 and 84. RGB value is (190,148,132). Sum of RGB (Red+Green+Blue) = 190+148+132=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9484 is #416B7B. Grayscale: #9E9E9E. Windows color (decimal): -4287356 or 8688830. OLE color: 8688830.

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

Color convert

RGB190148132-
CMYK00.220.310.25
HSL16.55º30.85%63.14%-
HSV(B)16.55º30.53%74.51%-
XYZ35.9933.7926.46-
YUV158.73112.91150.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=40.43%
G=31.49%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014813200.220.310.2516.5530.8563.14
HexBE94840161F19111f3f
Octal2762242040263731213777
Binary10111110100101001000010001011011111110011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9484; }

 p { color: rgb(190,148,132); }

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

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

 a { background-color: rgb(190,148,132); }

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

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

 span { border-color: rgb(190,148,132); }

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