#B6ACA3

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

Shades of Silk #B6ACA3

Tints of Silk #B6ACA3

Color information

#B6ACA3 (or 0xB6ACA3) is unknown color: approx Silk. HEX triplet: B6, AC and A3. RGB value is (182,172,163). Sum of RGB (Red+Green+Blue) = 182+172+163=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACA3 is #49535C. Grayscale: #AEAEAE. Windows color (decimal): -4805469 or 10726582. OLE color: 10726582.

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

Color convert

RGB182172163-
CMYK00.050.100.29
HSL28.42º11.52%67.65%-
HSV(B)28.42º10.44%71.37%-
XYZ40.6542.0940.63-
YUV173.96121.81133.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=35.20%
G=33.27%
B=31.53%

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
Decimal18217216300.050.100.2928.4211.5267.65
HexB6ACA305A1D1cc44
Octal2662542430512353414104
Binary10110110101011001010001101011010111011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACA3; }

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

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

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

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

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

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

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

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