#B8ADA5

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

Shades of Silk #B8ADA5

Tints of Silk #B8ADA5

Color information

#B8ADA5 (or 0xB8ADA5) is unknown color: approx Silk. HEX triplet: B8, AD and A5. RGB value is (184,173,165). Sum of RGB (Red+Green+Blue) = 184+173+165=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ADA5 is #47525A. Grayscale: #AFAFAF. Windows color (decimal): -4674139 or 10857912. OLE color: 10857912.

HSL color Cylindrical-coordinate representation of color #B8ADA5: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ADA5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB184173165-
CMYK00.060.100.28
HSL25.26º11.8%68.43%-
HSV(B)25.26º10.33%72.16%-
XYZ41.542.7941.67-
YUV175.38122.14134.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=35.25%
G=33.14%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417316500.060.100.2825.2611.868.43
HexB8ADA506A1C19c44
Octal2702552450612343114104
Binary10111000101011011010010101101010111001100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADA5; }

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

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

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

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

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

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

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

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