#BEA1A1

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

Shades of Dusty Grey #BEA1A1

Tints of Dusty Grey #BEA1A1

Color information

#BEA1A1 (or 0xBEA1A1) is unknown color: approx Dusty Grey. HEX triplet: BE, A1 and A1. RGB value is (190,161,161). Sum of RGB (Red+Green+Blue) = 190+161+161=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1A1 is #415E5E. Grayscale: #A9A9A9. Windows color (decimal): -4283999 or 10592702. OLE color: 10592702.

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

Color convert

RGB190161161-
CMYK00.150.150.25
HSL18.24%68.82%-
HSV(B)15.26%74.51%-
XYZ40.4139.0139.12-
YUV169.67123.11142.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 161 (63.28% from 255) = 31.45%
R=37.11%
G=31.45%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016116100.150.150.25018.2468.82
HexBEA1A10FF1901245
Octal2762412410171731022105
Binary101111101010000110100001011111111110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1A1; }

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

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

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

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

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

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

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

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