#B9ADA3

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

Shades of Silk #B9ADA3

Tints of Silk #B9ADA3

Color information

#B9ADA3 (or 0xB9ADA3) is unknown color: approx Silk. HEX triplet: B9, AD and A3. RGB value is (185,173,163). Sum of RGB (Red+Green+Blue) = 185+173+163=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA3 is #46525C. Grayscale: #AFAFAF. Windows color (decimal): -4608605 or 10726841. OLE color: 10726841.

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

Color convert

RGB185173163-
CMYK00.060.120.27
HSL27.27º13.58%68.24%-
HSV(B)27.27º11.89%72.55%-
XYZ41.5642.8540.73-
YUV175.45120.98134.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=35.51%
G=33.21%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517316300.060.120.2727.2713.5868.24
HexB9ADA306C1B1be44
Octal2712552430614333316104
Binary10111001101011011010001101101100110111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADA3; }

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

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

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

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

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

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

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

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