#B9AFA4

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

Shades of Silk #B9AFA4

Tints of Silk #B9AFA4

Color information

#B9AFA4 (or 0xB9AFA4) is unknown color: approx Silk. HEX triplet: B9, AF and A4. RGB value is (185,175,164). Sum of RGB (Red+Green+Blue) = 185+175+164=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFA4 is #46505B. Grayscale: #B0B0B0. Windows color (decimal): -4608092 or 10792889. OLE color: 10792889.

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

Color convert

RGB185175164-
CMYK00.050.110.27
HSL31.43º13.04%68.43%-
HSV(B)31.43º11.35%72.55%-
XYZ42.0443.6541.33-
YUV176.74120.81133.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=35.31%
G=33.40%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517516400.050.110.2731.4313.0468.43
HexB9AFA405B1B1fd44
Octal2712572440513333715104
Binary10111001101011111010010001011011110111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFA4; }

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

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

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

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

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

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

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

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