#B6A69C

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

Shades of Silk #B6A69C

Tints of Silk #B6A69C

Color information

#B6A69C (or 0xB6A69C) is unknown color: approx Silk. HEX triplet: B6, A6 and 9C. RGB value is (182,166,156). Sum of RGB (Red+Green+Blue) = 182+166+156=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A69C is #495963. Grayscale: #A9A9A9. Windows color (decimal): -4807012 or 10266294. OLE color: 10266294.

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

Color convert

RGB182166156-
CMYK00.090.140.29
HSL23.08º15.12%66.27%-
HSV(B)23.08º14.29%71.37%-
XYZ38.9339.6237.05-
YUV169.64120.3136.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=36.11%
G=32.94%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216615600.090.140.2923.0815.1266.27
HexB6A69C09E1D17f42
Octal26624623401116352717102
Binary101101101010011010011100010011110111011011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A69C; }

 p { color: rgb(182,166,156); }

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

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

 a { background-color: rgb(182,166,156); }

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

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

 span { border-color: rgb(182,166,156); }

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