#B6A0A0

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

Shades of Dusty Grey #B6A0A0

Tints of Dusty Grey #B6A0A0

Color information

#B6A0A0 (or 0xB6A0A0) is unknown color: approx Dusty Grey. HEX triplet: B6, A0 and A0. RGB value is (182,160,160). Sum of RGB (Red+Green+Blue) = 182+160+160=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A0A0 is #495F5F. Grayscale: #A6A6A6. Windows color (decimal): -4808544 or 10526902. OLE color: 10526902.

HSL color Cylindrical-coordinate representation of color #B6A0A0: hue angle of 0º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6A0A0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182160160-
CMYK00.120.120.29
HSL13.1%67.06%-
HSV(B)12.09%71.37%-
XYZ38.2137.6238.51-
YUV166.58124.29139-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=36.25%
G=31.87%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216016000.120.120.29013.167.06
HexB6A0A00CC1D0d43
Octal2662402400141435015103
Binary10110110101000001010000001100110011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0A0; }

 p { color: rgb(182,160,160); }

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

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

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

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

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

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

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