#B5AEA9

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

Shades of Silk #B5AEA9

Tints of Silk #B5AEA9

Color information

#B5AEA9 (or 0xB5AEA9) is unknown color: approx Silk. HEX triplet: B5, AE and A9. RGB value is (181,174,169). Sum of RGB (Red+Green+Blue) = 181+174+169=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEA9 is #4A5156. Grayscale: #AFAFAF. Windows color (decimal): -4870487 or 11120309. OLE color: 11120309.

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

Color convert

RGB181174169-
CMYK00.040.070.29
HSL25º7.5%68.63%-
HSV(B)25º6.63%70.98%-
XYZ41.3542.9643.65-
YUV175.52124.32131.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=34.54%
G=33.21%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117416900.040.070.29257.568.63
HexB5AEA90471D19845
Octal265256251047353110105
Binary1011010110101110101010010100111111011100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEA9; }

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

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

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

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

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

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

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

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