#BEA09F

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

Shades of Dusty Grey #BEA09F

Tints of Dusty Grey #BEA09F

Color information

#BEA09F (or 0xBEA09F) is unknown color: approx Dusty Grey. HEX triplet: BE, A0 and 9F. RGB value is (190,160,159). Sum of RGB (Red+Green+Blue) = 190+160+159=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA09F is #415F60. Grayscale: #A8A8A8. Windows color (decimal): -4284257 or 10461374. OLE color: 10461374.

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

Color convert

RGB190160159-
CMYK00.160.160.25
HSL1.94º19.25%68.43%-
HSV(B)1.94º16.32%74.51%-
XYZ40.0638.5938.14-
YUV168.86122.44143.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=37.33%
G=31.43%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016015900.160.160.251.9419.2568.43
HexBEA09F010101921344
Octal2762402370202031223104
Binary101111101010000010011111010000100001100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA09F; }

 p { color: rgb(190,160,159); }

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

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

 a { background-color: rgb(190,160,159); }

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

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

 span { border-color: rgb(190,160,159); }

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