#B6A79C

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

Shades of Silk #B6A79C

Tints of Silk #B6A79C

Color information

#B6A79C (or 0xB6A79C) is unknown color: approx Silk. HEX triplet: B6, A7 and 9C. RGB value is (182,167,156). Sum of RGB (Red+Green+Blue) = 182+167+156=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A79C is #495863. Grayscale: #AAAAAA. Windows color (decimal): -4806756 or 10266550. OLE color: 10266550.

HSL color Cylindrical-coordinate representation of color #B6A79C: hue angle of 25.38º 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 #B6A79C is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182167156-
CMYK00.080.140.29
HSL25.38º15.12%66.27%-
HSV(B)25.38º14.29%71.37%-
XYZ39.1139.9837.11-
YUV170.23119.97136.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=36.04%
G=33.07%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216715600.080.140.2925.3815.1266.27
HexB6A79C08E1D19f42
Octal26624723401016353117102
Binary101101101010011110011100010001110111011100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A79C; }

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

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

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

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

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

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

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

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