#B5A89F

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

Shades of Silk #B5A89F

Tints of Silk #B5A89F

Color information

#B5A89F (or 0xB5A89F) is unknown color: approx Silk. HEX triplet: B5, A8 and 9F. RGB value is (181,168,159). Sum of RGB (Red+Green+Blue) = 181+168+159=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A89F is #4A5760. Grayscale: #AAAAAA. Windows color (decimal): -4872033 or 10463413. OLE color: 10463413.

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

Color convert

RGB181168159-
CMYK00.070.120.29
HSL24.55º12.94%66.67%-
HSV(B)24.55º12.15%70.98%-
XYZ39.3240.3338.51-
YUV170.86121.31135.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=35.63%
G=33.07%
B=31.30%

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
Decimal18116815900.070.120.2924.5512.9466.67
HexB5A89F07C1D19d43
Octal2652502370714353115103
Binary10110101101010001001111101111100111011100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A89F; }

 p { color: rgb(181,168,159); }

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

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

 a { background-color: rgb(181,168,159); }

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

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

 span { border-color: rgb(181,168,159); }

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