#B4ADA6

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

Shades of Silk #B4ADA6

Tints of Silk #B4ADA6

Color information

#B4ADA6 (or 0xB4ADA6) is unknown color: approx Silk. HEX triplet: B4, AD and A6. RGB value is (180,173,166). Sum of RGB (Red+Green+Blue) = 180+173+166=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADA6 is #4B5259. Grayscale: #AEAEAE. Windows color (decimal): -4936282 or 10923444. OLE color: 10923444.

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

Color convert

RGB180173166-
CMYK00.040.080.29
HSL30º8.54%67.84%-
HSV(B)30º7.78%70.59%-
XYZ40.6542.3442.11-
YUV174.3123.32132.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=34.68%
G=33.33%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017316600.040.080.29308.5467.84
HexB4ADA60481D1e944
Octal2642552460410353611104
Binary10110100101011011010011001001000111011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADA6; }

 p { color: rgb(180,173,166); }

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

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

 a { background-color: rgb(180,173,166); }

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

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

 span { border-color: rgb(180,173,166); }

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