#B4A79C

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

Shades of Silk #B4A79C

Tints of Silk #B4A79C

Color information

#B4A79C (or 0xB4A79C) is unknown color: approx Silk. HEX triplet: B4, A7 and 9C. RGB value is (180,167,156). Sum of RGB (Red+Green+Blue) = 180+167+156=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A79C is #4B5863. Grayscale: #A9A9A9. Windows color (decimal): -4937828 or 10266548. OLE color: 10266548.

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

Color convert

RGB180167156-
CMYK00.070.130.29
HSL27.5º13.79%65.88%-
HSV(B)27.5º13.33%70.59%-
XYZ38.6439.7437.09-
YUV169.63120.31135.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=35.79%
G=33.20%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016715600.070.130.2927.513.7965.88
HexB4A79C07D1D1ce42
Octal2642472340715353416102
Binary10110100101001111001110001111101111011110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A79C; }

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

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

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

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

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

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

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

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