#B4A79E

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

Shades of Silk #B4A79E

Tints of Silk #B4A79E

Color information

#B4A79E (or 0xB4A79E) is unknown color: approx Silk. HEX triplet: B4, A7 and 9E. RGB value is (180,167,158). Sum of RGB (Red+Green+Blue) = 180+167+158=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A79E is #4B5861. Grayscale: #A9A9A9. Windows color (decimal): -4937826 or 10397620. OLE color: 10397620.

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

Color convert

RGB180167158-
CMYK00.070.120.29
HSL24.55º12.79%66.27%-
HSV(B)24.55º12.22%70.59%-
XYZ38.8139.8137.99-
YUV169.86121.31135.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=35.64%
G=33.07%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016715800.070.120.2924.5512.7966.27
HexB4A79E07C1D19d42
Octal2642472360714353115102
Binary10110100101001111001111001111100111011100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A79E; }

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

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

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

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

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

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

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

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