#B5ACA3

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

Shades of Silk #B5ACA3

Tints of Silk #B5ACA3

Color information

#B5ACA3 (or 0xB5ACA3) is unknown color: approx Silk. HEX triplet: B5, AC and A3. RGB value is (181,172,163). Sum of RGB (Red+Green+Blue) = 181+172+163=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACA3 is #4A535C. Grayscale: #ADADAD. Windows color (decimal): -4871005 or 10726581. OLE color: 10726581.

HSL color Cylindrical-coordinate representation of color #B5ACA3: hue angle of 30º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5ACA3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB181172163-
CMYK00.050.100.29
HSL30º10.84%67.45%-
HSV(B)30º9.94%70.98%-
XYZ40.4241.9740.62-
YUV173.66121.98133.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=35.08%
G=33.33%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117216300.050.100.293010.8467.45
HexB5ACA305A1D1eb43
Octal2652542430512353613103
Binary10110101101011001010001101011010111011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACA3; }

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

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

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

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

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

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

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

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