#B9ADA5

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

Shades of Silk #B9ADA5

Tints of Silk #B9ADA5

Color information

#B9ADA5 (or 0xB9ADA5) is unknown color: approx Silk. HEX triplet: B9, AD and A5. RGB value is (185,173,165). Sum of RGB (Red+Green+Blue) = 185+173+165=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA5 is #46525A. Grayscale: #AFAFAF. Windows color (decimal): -4608603 or 10857913. OLE color: 10857913.

HSL color Cylindrical-coordinate representation of color #B9ADA5: hue angle of 24º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9ADA5 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185173165-
CMYK00.060.110.27
HSL24º12.5%68.63%-
HSV(B)24º10.81%72.55%-
XYZ41.7442.9241.68-
YUV175.68121.98134.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=35.37%
G=33.08%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517316500.060.110.272412.568.63
HexB9ADA506B1B18d45
Octal2712552450613333015105
Binary10111001101011011010010101101011110111100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADA5; }

 p { color: rgb(185,173,165); }

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

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

 a { background-color: rgb(185,173,165); }

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

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

 span { border-color: rgb(185,173,165); }

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