#BEA3A3

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

Shades of Dusty Grey #BEA3A3

Tints of Dusty Grey #BEA3A3

Color information

#BEA3A3 (or 0xBEA3A3) is unknown color: approx Dusty Grey. HEX triplet: BE, A3 and A3. RGB value is (190,163,163). Sum of RGB (Red+Green+Blue) = 190+163+163=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3A3 is #415C5C. Grayscale: #ABABAB. Windows color (decimal): -4283485 or 10724286. OLE color: 10724286.

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

Color convert

RGB190163163-
CMYK00.140.140.25
HSL17.2%69.22%-
HSV(B)14.21%74.51%-
XYZ40.9439.7940.17-
YUV171.07123.45141.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=36.82%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016316300.140.140.25017.269.22
HexBEA3A30EE1901145
Octal2762432430161631021105
Binary101111101010001110100011011101110110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3A3; }

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

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

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

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

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

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

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

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