#B8AAA2

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

Shades of Silk #B8AAA2

Tints of Silk #B8AAA2

Color information

#B8AAA2 (or 0xB8AAA2) is unknown color: approx Silk. HEX triplet: B8, AA and A2. RGB value is (184,170,162). Sum of RGB (Red+Green+Blue) = 184+170+162=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA2 is #47555D. Grayscale: #ADADAD. Windows color (decimal): -4674910 or 10660536. OLE color: 10660536.

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

Color convert

RGB184170162-
CMYK00.080.120.28
HSL21.82º13.41%67.84%-
HSV(B)21.82º11.96%72.16%-
XYZ40.6641.5540.06-
YUV173.27121.64135.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 162 (63.67% from 255) = 31.40%
R=35.66%
G=32.95%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417016200.080.120.2821.8213.4167.84
HexB8AAA208C1C16d44
Octal27025224201014342615104
Binary101110001010101010100010010001100111001011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAA2; }

 p { color: rgb(184,170,162); }

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

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

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

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

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

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

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