#BE938A

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

Shades of Quicksand #BE938A

Tints of Quicksand #BE938A

Color information

#BE938A (or 0xBE938A) is unknown color: approx Quicksand. HEX triplet: BE, 93 and 8A. RGB value is (190,147,138). Sum of RGB (Red+Green+Blue) = 190+147+138=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938A is #416C75. Grayscale: #9E9E9E. Windows color (decimal): -4287606 or 9081790. OLE color: 9081790.

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

Color convert

RGB190147138-
CMYK00.230.270.25
HSL10.38º28.57%64.31%-
HSV(B)10.38º27.37%74.51%-
XYZ36.2633.6528.63-
YUV158.83116.25150.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=40%
G=30.95%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014713800.230.270.2510.3828.5764.31
HexBE938A0171B19a1d40
Octal27622321202733311235100
Binary10111110100100111000101001011111011110011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE938A; }

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

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

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

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

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

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

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

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