#BEA1A0

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

Shades of Dusty Grey #BEA1A0

Tints of Dusty Grey #BEA1A0

Color information

#BEA1A0 (or 0xBEA1A0) is unknown color: approx Dusty Grey. HEX triplet: BE, A1 and A0. RGB value is (190,161,160). Sum of RGB (Red+Green+Blue) = 190+161+160=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1A0 is #415E5F. Grayscale: #A9A9A9. Windows color (decimal): -4284000 or 10527166. OLE color: 10527166.

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

Color convert

RGB190161160-
CMYK00.150.160.25
HSL18.75%68.63%-
HSV(B)15.79%74.51%-
XYZ40.3338.9738.66-
YUV169.56122.61142.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=37.18%
G=31.51%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016116000.150.160.25218.7568.63
HexBEA1A00F101921345
Octal2762412400172031223105
Binary10111110101000011010000001111100001100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1A0; }

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

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

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

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

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

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

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

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