#BAAB9B

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

Shades of Silk #BAAB9B

Tints of Silk #BAAB9B

Color information

#BAAB9B (or 0xBAAB9B) is unknown color: approx Silk. HEX triplet: BA, AB and 9B. RGB value is (186,171,155). Sum of RGB (Red+Green+Blue) = 186+171+155=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB9B is #455464. Grayscale: #ADADAD. Windows color (decimal): -4543589 or 10202042. OLE color: 10202042.

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

Color convert

RGB186171155-
CMYK00.080.170.27
HSL30.97º18.34%66.86%-
HSV(B)30.97º16.67%72.94%-
XYZ40.7341.9336.96-
YUV173.66117.47136.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=36.33%
G=33.40%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617115500.080.170.2730.9718.3466.86
HexBAAB9B08111B1f1243
Octal27225323301021333722103
Binary10111010101010111001101101000100011101111111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB9B; }

 p { color: rgb(186,171,155); }

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

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

 a { background-color: rgb(186,171,155); }

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

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

 span { border-color: rgb(186,171,155); }

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