#BE9483

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

Shades of Quicksand #BE9483

Tints of Quicksand #BE9483

Color information

#BE9483 (or 0xBE9483) is unknown color: approx Quicksand. HEX triplet: BE, 94 and 83. RGB value is (190,148,131). Sum of RGB (Red+Green+Blue) = 190+148+131=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9483 is #416B7C. Grayscale: #9E9E9E. Windows color (decimal): -4287357 or 8623294. OLE color: 8623294.

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

Color convert

RGB190148131-
CMYK00.220.310.25
HSL17.29º31.22%62.94%-
HSV(B)17.29º31.05%74.51%-
XYZ35.9233.7726.1-
YUV158.62112.41150.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=40.51%
G=31.56%
B=27.93%

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
Decimal19014813100.220.310.2517.2931.2262.94
HexBE94830161F19111f3f
Octal2762242030263731213777
Binary10111110100101001000001101011011111110011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9483; }

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

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

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

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

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

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

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

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