#B5ADA4

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

Shades of Silk #B5ADA4

Tints of Silk #B5ADA4

Color information

#B5ADA4 (or 0xB5ADA4) is unknown color: approx Silk. HEX triplet: B5, AD and A4. RGB value is (181,173,164). Sum of RGB (Red+Green+Blue) = 181+173+164=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADA4 is #4A525B. Grayscale: #AEAEAE. Windows color (decimal): -4870748 or 10792373. OLE color: 10792373.

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

Color convert

RGB181173164-
CMYK00.040.090.29
HSL31.76º10.3%67.65%-
HSV(B)31.76º9.39%70.98%-
XYZ40.742.3941.16-
YUV174.37122.15132.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=34.94%
G=33.40%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117316400.040.090.2931.7610.367.65
HexB5ADA40491D20a44
Octal2652552440411354012104
Binary101101011010110110100100010010011110110000010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADA4; }

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

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

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

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

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

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

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

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