#B9ACA0

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

Shades of Silk #B9ACA0

Tints of Silk #B9ACA0

Color information

#B9ACA0 (or 0xB9ACA0) is unknown color: approx Silk. HEX triplet: B9, AC and A0. RGB value is (185,172,160). Sum of RGB (Red+Green+Blue) = 185+172+160=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACA0 is #46535F. Grayscale: #AEAEAE. Windows color (decimal): -4608864 or 10529977. OLE color: 10529977.

HSL color Cylindrical-coordinate representation of color #B9ACA0: hue angle of 28.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9ACA0 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185172160-
CMYK00.070.140.27
HSL28.8º15.15%67.65%-
HSV(B)28.8º13.51%72.55%-
XYZ41.1142.3639.27-
YUV174.52119.81135.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=35.78%
G=33.27%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517216000.070.140.2728.815.1567.65
HexB9ACA007E1B1df44
Octal2712542400716333517104
Binary10111001101011001010000001111110110111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACA0; }

 p { color: rgb(185,172,160); }

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

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

 a { background-color: rgb(185,172,160); }

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

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

 span { border-color: rgb(185,172,160); }

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