#BE9281

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

Shades of Quicksand #BE9281

Tints of Quicksand #BE9281

Color information

#BE9281 (or 0xBE9281) is unknown color: approx Quicksand. HEX triplet: BE, 92 and 81. RGB value is (190,146,129). Sum of RGB (Red+Green+Blue) = 190+146+129=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9281 is #416D7E. Grayscale: #9D9D9D. Windows color (decimal): -4287871 or 8491710. OLE color: 8491710.

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

Color convert

RGB190146129-
CMYK00.230.320.25
HSL16.72º31.94%62.55%-
HSV(B)16.72º32.11%74.51%-
XYZ35.4833.0925.29-
YUV157.22112.08151.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=40.86%
G=31.40%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014612900.230.320.2516.7231.9462.55
HexBE9281017201911203f
Octal2762222010274031214077
Binary1011111010010010100000010101111000001100110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9281; }

 p { color: rgb(190,146,129); }

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

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

 a { background-color: rgb(190,146,129); }

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

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

 span { border-color: rgb(190,146,129); }

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