#B5A79C

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

Shades of Silk #B5A79C

Tints of Silk #B5A79C

Color information

#B5A79C (or 0xB5A79C) is unknown color: approx Silk. HEX triplet: B5, A7 and 9C. RGB value is (181,167,156). Sum of RGB (Red+Green+Blue) = 181+167+156=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A79C is #4A5863. Grayscale: #A9A9A9. Windows color (decimal): -4872292 or 10266549. OLE color: 10266549.

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

Color convert

RGB181167156-
CMYK00.080.140.29
HSL26.4º14.45%66.08%-
HSV(B)26.4º13.81%70.98%-
XYZ38.8839.8637.1-
YUV169.93120.14135.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=35.91%
G=33.13%
B=30.95%

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
Decimal18116715600.080.140.2926.414.4566.08
HexB5A79C08E1D1ae42
Octal26524723401016353216102
Binary101101011010011110011100010001110111011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A79C; }

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

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

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

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

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

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

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

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