#B5A99F

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

Shades of Silk #B5A99F

Tints of Silk #B5A99F

Color information

#B5A99F (or 0xB5A99F) is unknown color: approx Silk. HEX triplet: B5, A9 and 9F. RGB value is (181,169,159). Sum of RGB (Red+Green+Blue) = 181+169+159=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A99F is #4A5660. Grayscale: #ABABAB. Windows color (decimal): -4871777 or 10463669. OLE color: 10463669.

HSL color Cylindrical-coordinate representation of color #B5A99F: hue angle of 27.27º 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 #B5A99F is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181169159-
CMYK00.070.120.29
HSL27.27º12.94%66.67%-
HSV(B)27.27º12.15%70.98%-
XYZ39.540.738.58-
YUV171.45120.98134.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=35.56%
G=33.20%
B=31.24%

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
Decimal18116915900.070.120.2927.2712.9466.67
HexB5A99F07C1D1bd43
Octal2652512370714353315103
Binary10110101101010011001111101111100111011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A99F; }

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

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

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

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

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

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

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

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