#B6ADA4

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

Shades of Silk #B6ADA4

Tints of Silk #B6ADA4

Color information

#B6ADA4 (or 0xB6ADA4) is unknown color: approx Silk. HEX triplet: B6, AD and A4. RGB value is (182,173,164). Sum of RGB (Red+Green+Blue) = 182+173+164=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ADA4 is #49525B. Grayscale: #AEAEAE. Windows color (decimal): -4805212 or 10792374. OLE color: 10792374.

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

Color convert

RGB182173164-
CMYK00.050.100.29
HSL30º10.98%67.84%-
HSV(B)30º9.89%71.37%-
XYZ40.9442.5141.17-
YUV174.66121.98133.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=35.07%
G=33.33%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217316400.050.100.293010.9867.84
HexB6ADA405A1D1eb44
Octal2662552440512353613104
Binary10110110101011011010010001011010111011111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADA4; }

 p { color: rgb(182,173,164); }

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

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

 a { background-color: rgb(182,173,164); }

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

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

 span { border-color: rgb(182,173,164); }

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