#B5ACA6

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

Shades of Silk #B5ACA6

Tints of Silk #B5ACA6

Color information

#B5ACA6 (or 0xB5ACA6) is unknown color: approx Silk. HEX triplet: B5, AC and A6. RGB value is (181,172,166). Sum of RGB (Red+Green+Blue) = 181+172+166=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACA6 is #4A5359. Grayscale: #AEAEAE. Windows color (decimal): -4871002 or 10923189. OLE color: 10923189.

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

Color convert

RGB181172166-
CMYK00.050.080.29
HSL24º9.2%68.04%-
HSV(B)24º8.29%70.98%-
XYZ40.6942.0842.05-
YUV174.01123.48132.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=34.87%
G=33.14%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117216600.050.080.29249.268.04
HexB5ACA60581D18944
Octal2652542460510353011104
Binary10110101101011001010011001011000111011100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACA6; }

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

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

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

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

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

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

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

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