#B9AEA4

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

Shades of Silk #B9AEA4

Tints of Silk #B9AEA4

Color information

#B9AEA4 (or 0xB9AEA4) is unknown color: approx Silk. HEX triplet: B9, AE and A4. RGB value is (185,174,164). Sum of RGB (Red+Green+Blue) = 185+174+164=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEA4 is #46515B. Grayscale: #B0B0B0. Windows color (decimal): -4608348 or 10792633. OLE color: 10792633.

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

Color convert

RGB185174164-
CMYK00.060.110.27
HSL28.57º13.04%68.43%-
HSV(B)28.57º11.35%72.55%-
XYZ41.8443.2741.27-
YUV176.15121.14134.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=35.37%
G=33.27%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517416400.060.110.2728.5713.0468.43
HexB9AEA406B1B1dd44
Octal2712562440613333515104
Binary10111001101011101010010001101011110111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEA4; }

 p { color: rgb(185,174,164); }

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

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

 a { background-color: rgb(185,174,164); }

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

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

 span { border-color: rgb(185,174,164); }

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