#B9AFA2

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

Shades of Silk #B9AFA2

Tints of Silk #B9AFA2

Color information

#B9AFA2 (or 0xB9AFA2) is unknown color: approx Silk. HEX triplet: B9, AF and A2. RGB value is (185,175,162). Sum of RGB (Red+Green+Blue) = 185+175+162=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFA2 is #46505D. Grayscale: #B0B0B0. Windows color (decimal): -4608094 or 10661817. OLE color: 10661817.

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

Color convert

RGB185175162-
CMYK00.050.120.27
HSL33.91º14.11%68.04%-
HSV(B)33.91º12.43%72.55%-
XYZ41.8643.5840.39-
YUV176.51119.81134.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=35.44%
G=33.52%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517516200.050.120.2733.9114.1168.04
HexB9AFA205C1B22e44
Octal2712572420514334216104
Binary101110011010111110100010010111001101110001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFA2; }

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

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

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

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

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

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

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

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