#B9AC9F

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

Shades of Silk #B9AC9F

Tints of Silk #B9AC9F

Color information

#B9AC9F (or 0xB9AC9F) is unknown color: approx Silk. HEX triplet: B9, AC and 9F. RGB value is (185,172,159). Sum of RGB (Red+Green+Blue) = 185+172+159=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC9F is #465360. Grayscale: #AEAEAE. Windows color (decimal): -4608865 or 10464441. OLE color: 10464441.

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

Color convert

RGB185172159-
CMYK00.070.140.27
HSL30º15.66%67.45%-
HSV(B)30º14.05%72.55%-
XYZ41.0242.3238.81-
YUV174.4119.31135.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=35.85%
G=33.33%
B=30.81%

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
Decimal18517215900.070.140.273015.6667.45
HexB9AC9F07E1B1e1043
Octal2712542370716333620103
Binary101110011010110010011111011111101101111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC9F; }

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

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

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

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

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

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

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

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