Html Css Color HEX #BEA2A2 Dusty Grey

📋 copy color: '#BEA2A2'

red 190 ◦ green 162 ◦ blue 162

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

Shades of Dusty Grey #BEA2A2

Tints of Dusty Grey #BEA2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.52%

R = 36.96%
G = 31.52%
B = 31.52%

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

#BEA2A2 (or 0xBEA2A2) is known color: Dusty Grey. HEX triplet: BE, A2 and A2. RGB value is (190,162,162). Sum of RGB (Red+Green+Blue) = 190+162+162=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A2 is #415D5D. Grayscale: #AAAAAA. Windows color (decimal): -4283742 or 10658494. OLE color: 10658494.

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

Color convert

RGB 190 162 162 -
CMYK 0 0.15 0.15 0.25
HSL 0.18% 0.69% -
HSV(B) 0.15% 0.75% -
XYZ 40.68 39.4 39.64 -
YUV 170.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 190 162 162 0 0.15 0.15 0.25 0 0.18 0.69
Hex BE A2 A2 0 F F 19 0 12 45
Octal 276 242 242 0 17 17 31 0 22 105
Binary 10111110 10100010 10100010 0 1111 1111 11001 0 10010 1000101

Color Harmonies of #BEA2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2A2

Black with #BEA2A2

Text Example


Text Example

White with #BEA2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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