#B2A1A1

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

Shades of Dusty Grey #B2A1A1

Tints of Dusty Grey #B2A1A1

Color information

#B2A1A1 (or 0xB2A1A1) is unknown color: approx Dusty Grey. HEX triplet: B2, A1 and A1. RGB value is (178,161,161). Sum of RGB (Red+Green+Blue) = 178+161+161=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A1A1 is #4D5E5E. Grayscale: #A6A6A6. Windows color (decimal): -5070431 or 10592690. OLE color: 10592690.

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

Color convert

RGB178161161-
CMYK00.100.100.30
HSL9.94%66.47%-
HSV(B)9.55%69.8%-
XYZ37.5437.5338.98-
YUV166.08125.13136.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=35.6%
G=32.2%
B=32.2%

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
Decimal17816116100.100.100.3009.9466.47
HexB2A1A10AA1E0a42
Octal2622412410121236012102
Binary10110010101000011010000101010101011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A1A1; }

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

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

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

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

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

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

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

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