#B9ABA0

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

Shades of Silk #B9ABA0

Tints of Silk #B9ABA0

Color information

#B9ABA0 (or 0xB9ABA0) is unknown color: approx Silk. HEX triplet: B9, AB and A0. RGB value is (185,171,160). Sum of RGB (Red+Green+Blue) = 185+171+160=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABA0 is #46545F. Grayscale: #ADADAD. Windows color (decimal): -4609120 or 10529721. OLE color: 10529721.

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

Color convert

RGB185171160-
CMYK00.080.140.27
HSL26.4º15.15%67.65%-
HSV(B)26.4º13.51%72.55%-
XYZ40.9241.9839.2-
YUV173.93120.14135.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=35.85%
G=33.14%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517116000.080.140.2726.415.1567.65
HexB9ABA008E1B1af44
Octal27125324001016333217104
Binary101110011010101110100000010001110110111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABA0; }

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

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

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

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

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

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

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

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