#B6AAA0

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

Shades of Silk #B6AAA0

Tints of Silk #B6AAA0

Color information

#B6AAA0 (or 0xB6AAA0) is unknown color: approx Silk. HEX triplet: B6, AA and A0. RGB value is (182,170,160). Sum of RGB (Red+Green+Blue) = 182+170+160=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAA0 is #49555F. Grayscale: #ACACAC. Windows color (decimal): -4805984 or 10529462. OLE color: 10529462.

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

Color convert

RGB182170160-
CMYK00.070.120.29
HSL27.27º13.1%67.06%-
HSV(B)27.27º12.09%71.37%-
XYZ40.0141.2339.11-
YUV172.45120.98134.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=35.55%
G=33.20%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217016000.070.120.2927.2713.167.06
HexB6AAA007C1D1bd43
Octal2662522400714353315103
Binary10110110101010101010000001111100111011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAA0; }

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

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

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

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

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

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

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

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