#B6ACA4

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

Shades of Silk #B6ACA4

Tints of Silk #B6ACA4

Color information

#B6ACA4 (or 0xB6ACA4) is unknown color: approx Silk. HEX triplet: B6, AC and A4. RGB value is (182,172,164). Sum of RGB (Red+Green+Blue) = 182+172+164=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACA4 is #49535B. Grayscale: #AEAEAE. Windows color (decimal): -4805468 or 10792118. OLE color: 10792118.

HSL color Cylindrical-coordinate representation of color #B6ACA4: hue angle of 26.67º degrees, saturation: 0.11, 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 #B6ACA4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB182172164-
CMYK00.050.100.29
HSL26.67º10.98%67.84%-
HSV(B)26.67º9.89%71.37%-
XYZ40.7442.1341.11-
YUV174.08122.31133.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=35.14%
G=33.20%
B=31.66%

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
Decimal18217216400.050.100.2926.6710.9867.84
HexB6ACA405A1D1bb44
Octal2662542440512353313104
Binary10110110101011001010010001011010111011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACA4; }

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

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

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

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

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

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

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

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