#B5A9A0

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

Shades of Silk #B5A9A0

Tints of Silk #B5A9A0

Color information

#B5A9A0 (or 0xB5A9A0) is unknown color: approx Silk. HEX triplet: B5, A9 and A0. RGB value is (181,169,160). Sum of RGB (Red+Green+Blue) = 181+169+160=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A9A0 is #4A565F. Grayscale: #ABABAB. Windows color (decimal): -4871776 or 10529205. OLE color: 10529205.

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

Color convert

RGB181169160-
CMYK00.070.120.29
HSL25.71º12.43%66.86%-
HSV(B)25.71º11.6%70.98%-
XYZ39.5940.7439.03-
YUV171.56121.48134.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=35.49%
G=33.14%
B=31.37%

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
Decimal18116916000.070.120.2925.7112.4366.86
HexB5A9A007C1D1ac43
Octal2652512400714353214103
Binary10110101101010011010000001111100111011101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9A0; }

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

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

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

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

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

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

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

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