#B5ADA6

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

Shades of Silk #B5ADA6

Tints of Silk #B5ADA6

Color information

#B5ADA6 (or 0xB5ADA6) is unknown color: approx Silk. HEX triplet: B5, AD and A6. RGB value is (181,173,166). Sum of RGB (Red+Green+Blue) = 181+173+166=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADA6 is #4A5259. Grayscale: #AEAEAE. Windows color (decimal): -4870746 or 10923445. OLE color: 10923445.

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

Color convert

RGB181173166-
CMYK00.040.080.29
HSL28º9.2%68.04%-
HSV(B)28º8.29%70.98%-
XYZ40.8842.4642.12-
YUV174.59123.15132.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=34.81%
G=33.27%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117316600.040.080.29289.268.04
HexB5ADA60481D1c944
Octal2652552460410353411104
Binary10110101101011011010011001001000111011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADA6; }

 p { color: rgb(181,173,166); }

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

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

 a { background-color: rgb(181,173,166); }

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

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

 span { border-color: rgb(181,173,166); }

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