#B9ABA3

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

Shades of Silk #B9ABA3

Tints of Silk #B9ABA3

Color information

#B9ABA3 (or 0xB9ABA3) is unknown color: approx Silk. HEX triplet: B9, AB and A3. RGB value is (185,171,163). Sum of RGB (Red+Green+Blue) = 185+171+163=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABA3 is #46545C. Grayscale: #AEAEAE. Windows color (decimal): -4609117 or 10726329. OLE color: 10726329.

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

Color convert

RGB185171163-
CMYK00.080.120.27
HSL21.82º13.58%68.24%-
HSV(B)21.82º11.89%72.55%-
XYZ41.1842.0840.6-
YUV174.27121.64135.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=35.65%
G=32.95%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517116300.080.120.2721.8213.5868.24
HexB9ABA308C1B16e44
Octal27125324301014332616104
Binary101110011010101110100011010001100110111011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABA3; }

 p { color: rgb(185,171,163); }

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

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

 a { background-color: rgb(185,171,163); }

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

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

 span { border-color: rgb(185,171,163); }

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