#B5A69C

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

Shades of Silk #B5A69C

Tints of Silk #B5A69C

Color information

#B5A69C (or 0xB5A69C) is unknown color: approx Silk. HEX triplet: B5, A6 and 9C. RGB value is (181,166,156). Sum of RGB (Red+Green+Blue) = 181+166+156=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A69C is #4A5963. Grayscale: #A9A9A9. Windows color (decimal): -4872548 or 10266293. OLE color: 10266293.

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

Color convert

RGB181166156-
CMYK00.080.140.29
HSL24º14.45%66.08%-
HSV(B)24º13.81%70.98%-
XYZ38.6939.537.04-
YUV169.34120.47136.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=35.98%
G=33.00%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116615600.080.140.292414.4566.08
HexB5A69C08E1D18e42
Octal26524623401016353016102
Binary101101011010011010011100010001110111011100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A69C; }

 p { color: rgb(181,166,156); }

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

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

 a { background-color: rgb(181,166,156); }

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

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

 span { border-color: rgb(181,166,156); }

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