#B8A79D

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

Shades of Silk #B8A79D

Tints of Silk #B8A79D

Color information

#B8A79D (or 0xB8A79D) is unknown color: approx Silk. HEX triplet: B8, A7 and 9D. RGB value is (184,167,157). Sum of RGB (Red+Green+Blue) = 184+167+157=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A79D is #475862. Grayscale: #ABABAB. Windows color (decimal): -4675683 or 10332088. OLE color: 10332088.

HSL color Cylindrical-coordinate representation of color #B8A79D: hue angle of 22.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8A79D is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184167157-
CMYK00.090.150.28
HSL22.22º15.98%66.86%-
HSV(B)22.22º14.67%72.16%-
XYZ39.6740.2637.58-
YUV170.94120.13137.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=36.22%
G=32.87%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416715700.090.150.2822.2215.9866.86
HexB8A79D09F1C161043
Octal27024723501117342620103
Binary1011100010100111100111010100111111110010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A79D; }

 p { color: rgb(184,167,157); }

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

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

 a { background-color: rgb(184,167,157); }

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

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

 span { border-color: rgb(184,167,157); }

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