#BE9B8A

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

Shades of Quicksand #BE9B8A

Tints of Quicksand #BE9B8A

Color information

#BE9B8A (or 0xBE9B8A) is unknown color: approx Quicksand. HEX triplet: BE, 9B and 8A. RGB value is (190,155,138). Sum of RGB (Red+Green+Blue) = 190+155+138=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B8A is #416475. Grayscale: #A3A3A3. Windows color (decimal): -4285558 or 9083838. OLE color: 9083838.

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

Color convert

RGB190155138-
CMYK00.180.270.25
HSL19.62º28.57%64.31%-
HSV(B)19.62º27.37%74.51%-
XYZ37.5436.2229.06-
YUV163.53113.6146.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=39.34%
G=32.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015513800.180.270.2519.6228.5764.31
HexBE9B8A0121B19141d40
Octal27623321202233312435100
Binary101111101001101110001010010010110111100110100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B8A; }

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

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

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

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

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

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

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

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