Html Css Color HEX #BEA2A1 Dusty Grey

📋 copy color: '#BEA2A1'

red 190 ◦ green 162 ◦ blue 161

#BEA2A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #BEA2A1

Tints of Dusty Grey #BEA2A1

RGB

 RED value IS 190 (74.61% from 255) = 37.04%

 GREEN value IS 162 (63.67% from 255) = 31.58%

 BLUE value IS 161 (63.28% from 255) = 31.38%

R = 37.04%
G = 31.58%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEA2A1 (or 0xBEA2A1) is known color: Dusty Grey. HEX triplet: BE, A2 and A1. RGB value is (190,162,161). Sum of RGB (Red+Green+Blue) = 190+162+161=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A1 is #415D5E. Grayscale: #AAAAAA. Windows color (decimal): -4283743 or 10592958. OLE color: 10592958.

HSL color Cylindrical-coordinate representation of color #BEA2A1: hue angle of 2.07º 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 #BEA2A1 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 162 161 -
CMYK 0 0.15 0.15 0.25
HSL 2.07º 0.18% 0.69% -
HSV(B) 2.07º 0.15% 0.75% -
XYZ 40.59 39.36 39.18 -
YUV 170.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 190 162 161 0 0.15 0.15 0.25 2.07 0.18 0.69
Hex BE A2 A1 0 F F 19 2 12 45
Octal 276 242 241 0 17 17 31 2 22 105
Binary 10111110 10100010 10100001 0 1111 1111 11001 10 10010 1000101

Color Harmonies of #BEA2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2A1

Black with #BEA2A1

Text Example


Text Example

White with #BEA2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2A1; }

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

 H1.HeaderClassName
 {
   color: #BEA2A1;
 }
 .AnyTagClassName
 {
   color: #BEA2A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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