#B6ACA1

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

Shades of Silk #B6ACA1

Tints of Silk #B6ACA1

Color information

#B6ACA1 (or 0xB6ACA1) is unknown color: approx Silk. HEX triplet: B6, AC and A1. RGB value is (182,172,161). Sum of RGB (Red+Green+Blue) = 182+172+161=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACA1 is #49535E. Grayscale: #ADADAD. Windows color (decimal): -4805471 or 10595510. OLE color: 10595510.

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

Color convert

RGB182172161-
CMYK00.050.120.29
HSL31.43º12.57%67.25%-
HSV(B)31.43º11.54%71.37%-
XYZ40.4842.0239.7-
YUV173.74120.81133.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=35.34%
G=33.40%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217216100.050.120.2931.4312.5767.25
HexB6ACA105C1D1fd43
Octal2662542410514353715103
Binary10110110101011001010000101011100111011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACA1; }

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

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

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

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

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

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

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

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