#BAB0A3

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

Shades of Silk #BAB0A3

Tints of Silk #BAB0A3

Color information

#BAB0A3 (or 0xBAB0A3) is unknown color: approx Silk. HEX triplet: BA, B0 and A3. RGB value is (186,176,163). Sum of RGB (Red+Green+Blue) = 186+176+163=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0A3 is #454F5C. Grayscale: #B1B1B1. Windows color (decimal): -4542301 or 10727610. OLE color: 10727610.

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

Color convert

RGB186176163-
CMYK00.050.120.27
HSL33.91º14.29%68.43%-
HSV(B)33.91º12.37%72.94%-
XYZ42.3944.1340.94-
YUV177.51119.81134.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 163 (64.06% from 255) = 31.05%
R=35.43%
G=33.52%
B=31.05%

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
Decimal18617616300.050.120.2733.9114.2968.43
HexBAB0A305C1B22e44
Octal2722602430514334216104
Binary101110101011000010100011010111001101110001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0A3; }

 p { color: rgb(186,176,163); }

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

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

 a { background-color: rgb(186,176,163); }

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

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

 span { border-color: rgb(186,176,163); }

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