#B8ADA0

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

Shades of Silk #B8ADA0

Tints of Silk #B8ADA0

Color information

#B8ADA0 (or 0xB8ADA0) is unknown color: approx Silk. HEX triplet: B8, AD and A0. RGB value is (184,173,160). Sum of RGB (Red+Green+Blue) = 184+173+160=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ADA0 is #47525F. Grayscale: #AEAEAE. Windows color (decimal): -4674144 or 10530232. OLE color: 10530232.

HSL color Cylindrical-coordinate representation of color #B8ADA0: hue angle of 32.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8ADA0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184173160-
CMYK00.060.130.28
HSL32.5º14.46%67.45%-
HSV(B)32.5º13.04%72.16%-
XYZ41.0642.6239.32-
YUV174.81119.64134.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=35.59%
G=33.46%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417316000.060.130.2832.514.4667.45
HexB8ADA006D1C21e43
Octal2702552400615344116103
Binary101110001010110110100000011011011110010000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADA0; }

 p { color: rgb(184,173,160); }

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

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

 a { background-color: rgb(184,173,160); }

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

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

 span { border-color: rgb(184,173,160); }

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