#BE958B

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

Shades of Quicksand #BE958B

Tints of Quicksand #BE958B

Color information

#BE958B (or 0xBE958B) is unknown color: approx Quicksand. HEX triplet: BE, 95 and 8B. RGB value is (190,149,139). Sum of RGB (Red+Green+Blue) = 190+149+139=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE958B is #416A74. Grayscale: #A0A0A0. Windows color (decimal): -4287093 or 9147838. OLE color: 9147838.

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

Color convert

RGB190149139-
CMYK00.220.270.25
HSL11.76º28.18%64.51%-
HSV(B)11.76º26.84%74.51%-
XYZ36.6434.3129.12-
YUV160.12116.08149.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=39.75%
G=31.17%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014913900.220.270.2511.7628.1864.51
HexBE958B0161B19c1c41
Octal27622521302633311434101
Binary10111110100101011000101101011011011110011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE958B; }

 p { color: rgb(190,149,139); }

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

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

 a { background-color: rgb(190,149,139); }

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

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

 span { border-color: rgb(190,149,139); }

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