#B2A1A0

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

Shades of Dusty Grey #B2A1A0

Tints of Dusty Grey #B2A1A0

Color information

#B2A1A0 (or 0xB2A1A0) is unknown color: approx Dusty Grey. HEX triplet: B2, A1 and A0. RGB value is (178,161,160). Sum of RGB (Red+Green+Blue) = 178+161+160=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A1A0 is #4D5E5F. Grayscale: #A5A5A5. Windows color (decimal): -5070432 or 10527154. OLE color: 10527154.

HSL color Cylindrical-coordinate representation of color #B2A1A0: hue angle of 3.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A1A0 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB178161160-
CMYK00.100.100.30
HSL3.33º10.47%66.27%-
HSV(B)3.33º10.11%69.8%-
XYZ37.4537.4938.52-
YUV165.97124.63136.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=35.67%
G=32.26%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816116000.100.100.303.3310.4766.27
HexB2A1A00AA1E3a42
Octal2622412400121236312102
Binary101100101010000110100000010101010111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A1A0; }

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

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

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

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

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

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

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

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